Verify attestation by type cosign

Verify attestation then decode the in-toto payload to inspect the predicate

cosign verify-attestation --key cosign.pub --type cyclonedx <host>/<name> | jq -r '.payload' | base64 -d | jq .
more cosign all 5 commands →