Skip to content

Commit

Permalink
Update CycloneDX predicate
Browse files Browse the repository at this point in the history
This is in line with the decision from the CycloneDX project:
in-toto/attestation#82 (comment)

This resolves an incompatibility between cosign and syft.

Signed-off-by: Arnaud J Le Hors <[email protected]>
  • Loading branch information
lehors committed Oct 17, 2022
1 parent bb518a5 commit 86e515c
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 86e515c

Please sign in to comment.