Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2441 from thedadams/yes-cosign
Browse files Browse the repository at this point in the history
chore: update cosign arguments
  • Loading branch information
thedadams authored Jan 19, 2024
2 parents 7e4f128 + d970152 commit e2b69a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ signs:
cmd: cosign
stdin: "{{ .Env.COSIGN_PASSWORD }}"
args:
["sign-blob", "--key=cosign.key", "--output=${signature}", "${artifact}"]
["sign-blob", "--key=cosign.key", "--output-signature=${signature}", "${artifact}", "--yes"]
artifacts: checksum

changelog:
Expand Down

0 comments on commit e2b69a6

Please sign in to comment.