Skip to content

Commit

Permalink
cosign skip prompt for sing blob (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz authored Mar 16, 2023
1 parent 4ec8be5 commit c617736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ jobs:
if [[ "${os}" == "windows" ]]; then
bin_name="kube-linter.exe"
fi
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}"
done
for f in *.{gz,zip}; do \
cosign sign-blob --key cosign.key --output-file "${f}.sig" "${f}"; \
cosign sign-blob --yes --key cosign.key --output-file "${f}.sig" "${f}"; \
done
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit c617736

Please sign in to comment.