Skip to content

Commit

Permalink
feat: add skip confirmation prompts for non-destructive operations on…
Browse files Browse the repository at this point in the history
… cosign. (#600)

Signed-off-by: Engin Diri <engin.diri@ediri.de>
  • Loading branch information
dirien authored Mar 8, 2023
1 parent 85a677f commit 4269ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ signs:
certificate: '${artifact}.pem'
args:
- sign-blob
- '-y'
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
Expand All @@ -105,6 +106,7 @@ docker_signs:
output: true
args:
- 'sign'
- '-y'
- '${artifact}'

changelog:
Expand Down

0 comments on commit 4269ebb

Please sign in to comment.