From f3b94096255d92953c219c54def7115ccb13747e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 16 Mar 2025 15:44:01 -0100 Subject: [PATCH] Fix cosign cert filename in verify instructions --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8e777f16..f4f9d31a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 \