We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f801bf7 commit d79ac10Copy full SHA for d79ac10
.goreleaser.yml
@@ -200,8 +200,7 @@ release:
200
201
```
202
cosign verify-blob \
203
- --certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \
204
- --signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
+ --bundle step-ca_darwin_{{ .Version }}_amd64.tar.gz.sigstore.json \
205
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
206
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
207
step-ca_darwin_{{ .Version }}_amd64.tar.gz
0 commit comments