Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Jun 14, 2024
1 parent d6fd5ea commit 7dbdacf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ cosign_keyless() {
--output-signature=out.sig \
"${image}"
else
echo fulcio: "${fulcio_url}"
echo rekor: "${rekor_url}"
echo tuf mirror: "${tuf_mirror_url}"
echo tuf root: "${tuf_root_url}"
if [[ -z "${fulcio_url}" || -z "${rekor_url}" || -z "${tuf_mirror_url}" || -z "${tuf_root_url}" ]]; then
fail_with_message "cosign" "Private Sigstore instance URL(s) not specified"
else
Expand Down

0 comments on commit 7dbdacf

Please sign in to comment.