We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ece7b3 commit ad5963fCopy full SHA for ad5963f
.github/workflows/releaser.yml
@@ -150,11 +150,11 @@ jobs:
150
do
151
case $f in
152
provenance.json|checksums.txt)
153
- cosign sign-blob --key <(echo -n "${COSIGN_KEY}") "$f" > "$f.sig"
+ cosign sign-blob --yes=true --key <(echo -n "${COSIGN_KEY}") "$f" > "$f.sig"
154
;;
155
*.tar.gz)
156
sha256sum "$f" | cut -d " " -f 1 > "$f.sha256"
157
158
159
esac
160
done
0 commit comments