Skip to content

Commit

Permalink
ci: release: pass --yes to skip cosign prompt
Browse files Browse the repository at this point in the history
Refers to sigstore/cosign#3158

Signed-off-by: scbizu <[email protected]>
  • Loading branch information
scbizu committed Nov 3, 2023
1 parent 94e1dee commit 5127f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ sbom:
cosign:
for f in $$(ls _dist/*.{gz,zip,sha256sum,spdx} 2>/dev/null) ; do \
echo "Creating $${f}.sig" ; \
cosign sign-blob --output-file "$${f}.sig" "$${f}"; \
cosign sign-blob --yes --output-file "$${f}.sig" "$${f}"; \
done

.PHONY: sign
Expand Down

0 comments on commit 5127f96

Please sign in to comment.