-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content: recommend a VSA include the policy's digest #979
content: recommend a VSA include the policy's digest #979
Conversation
✅ Deploy Preview for slsa ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related: I believe there was a separate issue/PR to make policy
optional (maybe recommended?) since it's not strictly required. That doesn't impact this PR, but just FYI.
Thanks! That matches my mental model (I was surprised when working on this change that the policy was required). I agree, this change still works with that change (tracked as part of #878 but should probably be a separate issue). |
Recommended that the `digest` field of `ResourceDescriptor` is set in a Verification Summary Attestation's (VSA) `policy` object. Signed-off-by: Joshua Lock <joshuagloe@gmail.com>
Signed-off-by: Joshua Lock <joshuagloe@gmail.com>
9106849
to
f41a8d6
Compare
Recommended that the
digest
field ofResourceDescriptor
is set in a Verification Summary Attestation's (VSA)policy
object.Fixes: #803