Skip to content

Commit

Permalink
Add pem as output of goreleaser sign for verification. (#508)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas authored Oct 11, 2024
1 parent d7d9447 commit 18dad87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ source:
enabled: true
signs:
- cmd: cosign
certificate: '${artifact}.pem'
signature: '${artifact}.sig'
args:
- "sign-blob"
- "--output-signature=${signature}"
- '--output-certificate=${certificate}'
- "${artifact}"
- "--yes" # needed on cosign 2.0.0+
artifacts: all
Expand Down

0 comments on commit 18dad87

Please sign in to comment.