Skip to content

Commit 135c090

Browse files
committed
debug
1 parent be65ba3 commit 135c090

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/verify_attestation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,7 @@ jobs:
131131
args+=("--bundle-from-oci")
132132
fi
133133
134-
gh attestation verify "${args[@]}"
134+
echo "Running attestation verification with arguments: ${args[*]}"
135+
gh attestation verify "${args[@]}" 2>&1
136+
135137
echo "Verified attestation for ${PINNED_IMAGE}"

0 commit comments

Comments
 (0)