Skip to content

Commit 28e9053

Browse files
authored
Merge pull request #2209 from scop/patch-1
Fix cosign cert filename in verify instructions
2 parents 78745ba + f3b9409 commit 28e9053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ release:
197197
198198
```
199199
cosign verify-blob \
200-
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
200+
--certificate step-ca_darwin_{{ .Version }}_amd64.tar.gz.pem \
201201
--signature step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
202202
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
203203
--certificate-oidc-issuer https://token.actions.githubusercontent.com \

0 commit comments

Comments
 (0)