Skip to content

Commit

Permalink
Use --yes to acknowledge user prompts for cosign signing
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Mar 20, 2024
1 parent e968275 commit 7888d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -98,7 +98,7 @@ signs:
- cmd: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}", "--yes"]
artifacts: all

snapshot:
Expand Down

0 comments on commit 7888d86

Please sign in to comment.