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 21, 2024
1 parent d90586e commit 07cdbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -135,7 +135,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 07cdbd6

Please sign in to comment.