From a75af62f3400518be1a965f71bd6b0d56de43e10 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 27 Mar 2023 22:28:45 -0700 Subject: [PATCH] more verboseness --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 166babb..d823f1d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,7 @@ while IFS= read -r f; do docker cp "${container}":/home/user/signature "${dest_sig}" docker rm "${container}" if [ -n "${INPUT_PUBLIC_KEY}" ]; then - echo "Public key specified. Uploading to sigstore public transparency log" + echo "Public key specified at ${INPUT_PUBLIC_KEY}. Uploading to sigstore public transparency log" rekor upload --artifact "$f" --signature "${dest_sig}" --pki-format x509 --public-key "${INPUT_PUBLIC_KEY}" ec=$? if [ $ec -ne 0 ]; then