We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04844a9 commit 189cfd3Copy full SHA for 189cfd3
1 file changed
pkg/attestation/renderer/chainloop/v02.go
@@ -43,7 +43,7 @@ const PolicyEvaluationsBundleMediaType = "application/vnd.chainloop.policy-evalu
43
type ProvenancePredicateV02 struct {
44
*ProvenancePredicateCommon
45
Materials []*intoto.ResourceDescriptor `json:"materials,omitempty"`
46
- // Map materials and policies
+ // Deprecated: use PolicyEvaluationsRef to fetch full data from CAS.
47
PolicyEvaluations map[string][]*PolicyEvaluation `json:"policyEvaluations,omitempty"`
48
// Reference to the PolicyEvaluationBundle stored in CAS
49
PolicyEvaluationsRef *intoto.ResourceDescriptor `json:"policyEvaluationsRef,omitempty"`
0 commit comments