You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because then the cosign download attestation doesn't work:
cosign download attestation --platform=linux/amd64 --predicate-type=https://spdx.dev/Document quay.io/example/my-container-image@sha256:6exxxxxx77f
Error: found no attestations
main.go:74: error during command execution: found no attestations
Anyway - the goal to use syft to generate attestations for SBOMs multi-acrh images signed by cosign easily...
Why is this needed:
I would like to generate + sign (cosign) attestations which will contains SBOMs for multi-arch (amd64, arm64) container image.
Additional context:
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Would it be possible to generate attestations + SBOMs for multiple platforms?
Something like:
After such action - it should be possible to use cosign to properly extract the SBOMs like it is in this case:
FYI: I'm not sure if using something like may work (and it is good approach):
because then the
cosign download attestation
doesn't work:cosign download attestation --platform=linux/amd64 --predicate-type=https://spdx.dev/Document quay.io/example/my-container-image@sha256:6exxxxxx77f Error: found no attestations main.go:74: error during command execution: found no attestations
Anyway - the goal to use
syft
to generate attestations for SBOMs multi-acrh images signed by cosign easily...Why is this needed:
I would like to generate + sign (cosign) attestations which will contains SBOMs for multi-arch (amd64, arm64) container image.
Additional context:
The text was updated successfully, but these errors were encountered: