Skip to content

Commit

Permalink
Merge pull request #339 from CycloneDX/fix-cosign
Browse files Browse the repository at this point in the history
fix: missing `--yes` flag for cosign
  • Loading branch information
nscuro committed Aug 3, 2023
2 parents f156732 + 5263237 commit c66a4e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ signs:
- '--output-certificate=${certificate}'
- '--output-signature=${signature}'
- '${artifact}'
- '--yes'
artifacts: checksum
output: true

Expand Down Expand Up @@ -106,6 +107,7 @@ docker_signs:
args:
- 'sign'
- '${artifact}'
- '--yes'

archives:
- format_overrides:
Expand Down

0 comments on commit c66a4e0

Please sign in to comment.