Skip to content

Commit

Permalink
ci: add cosign yes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Jul 1, 2024
1 parent 64d894f commit de36ea3
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 @@ -24,7 +24,7 @@ builds:
- 7
signs:
- cmd: cosign
args: ["sign-blob", "--key=hashivault://cosign", "-output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--key=hashivault://cosign", "-output-signature=${signature}", "${artifact}", "--yes"]
artifacts: checksum
dockers:
- image_templates:
Expand Down

0 comments on commit de36ea3

Please sign in to comment.