Skip to content

Commit

Permalink
Merge pull request #1773 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 20, 2024
2 parents 56c4f3b + 7888d86 commit 2650944
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 2650944

Please sign in to comment.