Skip to content

Commit d79ac10

Browse files
committed
Update header with cosign instructions
1 parent f801bf7 commit d79ac10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ release:
200200
201201
```
202202
cosign verify-blob \
203-
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \
204-
--signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
203+
--bundle step-ca_darwin_{{ .Version }}_amd64.tar.gz.sigstore.json \
205204
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
206205
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
207206
step-ca_darwin_{{ .Version }}_amd64.tar.gz

0 commit comments

Comments
 (0)