Fix cosign cert filename in verify instructions

This commit is contained in:
Ville Skyttä
2025-03-16 15:44:01 -01:00
committed by GitHub
parent 6ce27d3fdb
commit f3b9409625

View File

@@ -197,7 +197,7 @@ release:
```
cosign verify-blob \
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \
--signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \