Skip to content

Commit

Permalink
Merge pull request #188 from lehors/fix-cyclonedx-predicate
Browse files Browse the repository at this point in the history
Update CycloneDX predicate
  • Loading branch information
shibumi authored Oct 18, 2022
2 parents bb518a5 + 86e515c commit 731d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion in_toto/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const (
// version.
PredicateSPDX = "https://spdx.dev/Document"
// PredicateCycloneDX represents a CycloneDX SBOM
PredicateCycloneDX = "https://cyclonedx.org/schema"
PredicateCycloneDX = "https://cyclonedx.org/bom"
// PredicateLinkV1 represents an in-toto 0.9 link.
PredicateLinkV1 = "https://in-toto.io/Link/v1"
)
Expand Down

0 comments on commit 731d064

Please sign in to comment.