Skip to content

Commit

Permalink
Merge pull request #1130 from smallstep/herman/cosign-2.x
Browse files Browse the repository at this point in the history
Use `--yes` to acknowledge user prompts for Cosign signing
  • Loading branch information
hslatman committed Mar 21, 2024
2 parents d90586e + 07cdbd6 commit 5cba7ab
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 5cba7ab

Please sign in to comment.