Skip to content

Commit

Permalink
chore(static-html-reporter): Align YAML assets to use unindented lists
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jan 9, 2024
1 parent fa6943b commit fe76d2c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,23 +592,23 @@ scanner:
end_time: "1970-01-01T00:00:00Z"
scanners:
"Gradle:org.ossreviewtoolkit:nested-fake-project:1.0.0":
- "FakeScanner"
- "FakeScanner"
"Gradle:org.ossreviewtoolkit.gradle.example:lib:1.0.0":
- "FakeScanner"
- "FakeScanner"
"Ant:junit:junit:4.12":
- "Dummy"
- "Dummy"
"Maven:com.foobar:foobar:1.0":
- "Dummy"
- "Dummy"
"Maven:com.h2database:h2:1.4.200":
- "Dummy"
- "Dummy"
"Maven:org.apache.commons:commons-lang3:3.5":
- "Dummy"
- "Dummy"
"Maven:org.apache.commons:commons-text:1.1":
- "Dummy"
- "Dummy"
"Maven:org.example.test:example-component:1.11":
- "Dummy"
- "Dummy"
"Maven:org.hamcrest:hamcrest-core:1.3":
- "Dummy"
- "Dummy"
files:
- provenance:
vcs_info:
Expand Down

0 comments on commit fe76d2c

Please sign in to comment.