Skip to content

Commit

Permalink
ci: use bundle to capture everything needed to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Nov 10, 2022
1 parent c68116b commit 9befb7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
for file in *; do
echo "$file"
COSIGN_EXPERIMENTAL=1 cosign sign-blob \
--output-signature="${file}".sig \
--output-certificate="${file}".pem \
--bundle="${file}".sig \
"${file}"
done
Expand Down

0 comments on commit 9befb7a

Please sign in to comment.