We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e2785a + faf54d7 commit a861ce1Copy full SHA for a861ce1
.goreleaser.yml
@@ -233,8 +233,7 @@ release:
233
234
```
235
cosign verify-blob \
236
- --certificate ~/Download/step_darwin_{{ .Version }}_amd64.tar.gz.pem \
237
- --signature ~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz.sig \
+ --bundle ~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz.sigstore.json \
238
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
239
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
240
~/Downloads/step_darwin_{{ .Version }}_amd64.tar.gz
0 commit comments