Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ sboms:
- artifacts: archive

signs:
# Keep cosign's classic output (separate .sig + .pem) instead of the new
# single-file bundle: install.sh and install.ps1 verify the checksums with
# `cosign verify-blob --signature ...sig --certificate ...pem`, which the
# bundle format would break.
- cmd: cosign
artifacts: checksum
args:
- "sign-blob"
- "--yes"
- "--new-bundle-format=false"
- "--output-signature=${signature}"
- "--output-certificate=${certificate}"
- "${artifact}"
Expand Down