This repository was archived by the owner on Nov 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 {
127127 echo " SLSA Provenance file is attested. You can verify it with the following command."
128128 echo ' ```bash'
129- echo " cosign verify-attestation --key cosign.pub $registry_url_prefix /$imagename @${containerdigest} | jq '.payload |= @base64d | .payload | fromjson | select(.predicateType==\" https://slsa.dev/provenance/v0.2\" ) | .'"
129+ echo " cosign verify-attestation --key cosign.pub --type slsaprovenance $registry_url_prefix /$imagename @${containerdigest} | jq '.payload |= @base64d | .payload | fromjson | select(.predicateType==\" https://slsa.dev/provenance/v0.2\" ) | .'"
130130 echo ' ```'
131131 } >> " $GITHUB_STEP_SUMMARY "
132132 fi
160160 {
161161 echo " SBOM file is attested. You can verify it with the following command."
162162 echo ' ```bash'
163- echo " cosign verify-attestation --key cosign.pub $registry_url_prefix /$imagename @${containerdigest} | jq '.payload |= @base64d | .payload | fromjson | select( .predicateType==\" https://spdx.dev/Document\" ) | .predicate.Data | fromjson | .'"
163+ echo " cosign verify-attestation --key cosign.pub --type spdx $registry_url_prefix /$imagename @${containerdigest} | jq '.payload |= @base64d | .payload | fromjson | select( .predicateType==\" https://spdx.dev/Document\" ) | .predicate.Data | fromjson | .'"
164164 echo ' ```'
165165 } >> " $GITHUB_STEP_SUMMARY "
166166
You can’t perform that action at this time.
0 commit comments