Skip to content

Commit

Permalink
Changed 'sbom-name' value to 'sbom-format' (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <knight@linux.com>
  • Loading branch information
Eddie Knight authored Sep 25, 2023
1 parent 5cfaa5d commit c9d69a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/security-insights-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ dependencies:
- https://github.com/foo/packages.json
sbom:
- sbom-file: https://foo.bar/sbom
sbom-name: CycloneDX
sbom-format: CycloneDX
sbom-url: https://foo.bar

4 changes: 2 additions & 2 deletions security-insights-schema-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ properties:
type: string
format: iri
pattern: '^https?:\/\/'
sbom-name:
$id: '#/properties/dependencies/items/anyOf/0/properties/sbom-name'
sbom-format:
$id: '#/properties/dependencies/items/anyOf/0/properties/sbom-format'
description: 'Name of the SBOM standard used.'
type: string
sbom-url:
Expand Down

0 comments on commit c9d69a3

Please # to comment.