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
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,15 @@ jobs:
# pinned: tag v3.7.0
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6
with:
cosign-release: 'v2.4.1'
# v2.6.3 (latest v2 line). The v0.3.0 release run failed BEFORE
# goreleaser even started: goreleaser-action verifies its own
# download against checksums.txt.sigstore.json, and cosign v2.4.1
# cannot read the new-style protobuf sigstore bundle goreleaser
# v2.16.0 ships ("bundle does not contain cert for verification").
# Staying on the v2 line keeps our signs: invocation
# (sign-blob --output-signature/--output-certificate --yes)
# contract-identical.
cosign-release: 'v2.6.3'

- name: Install syft (SBOM)
# pinned: tag v0.20.0
Expand Down
Loading