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 4ec8be5 commit c617736Copy full SHA for c617736
.github/workflows/build.yaml
@@ -329,10 +329,10 @@ jobs:
329
if [[ "${os}" == "windows" ]]; then
330
bin_name="kube-linter.exe"
331
fi
332
- cosign sign-blob --key cosign.key --output-file "${bin_name}.sig" "${os}/${bin_name}"
+ cosign sign-blob --yes --key cosign.key --output-file "${bin_name}.sig" "${os}/${bin_name}"
333
done
334
for f in *.{gz,zip}; do \
335
- cosign sign-blob --key cosign.key --output-file "${f}.sig" "${f}"; \
+ cosign sign-blob --yes --key cosign.key --output-file "${f}.sig" "${f}"; \
336
337
338
- uses: release-drafter/release-drafter@v5
0 commit comments