Skip to content

Commit 4027326

Browse files
committed
force output
1 parent 135c090 commit 4027326

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/verify_attestation.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ name: Verify image digest and attestation
4141
outputs:
4242
pinned_image:
4343
description: Fully-qualified digest-pinned image reference
44-
value: ${{ jobs.verify.outputs.pinned_image }}
44+
value: ${{ jobs.verify_attestation.outputs.pinned_image }}
4545
resolved_digest:
4646
description: Resolved digest for the supplied image reference
47-
value: ${{ jobs.verify.outputs.resolved_digest }}
47+
value: ${{ jobs.verify_attestation.outputs.resolved_digest }}
4848

4949
jobs:
50-
verify:
50+
verify_attestation:
5151
runs-on: ubuntu-22.04
5252
permissions:
5353
contents: read
@@ -132,6 +132,5 @@ jobs:
132132
fi
133133
134134
echo "Running attestation verification with arguments: ${args[*]}"
135-
gh attestation verify "${args[@]}" 2>&1
136-
135+
GH_FORCE_TTY=120 gh attestation verify "${args[@]}" 2>&1
137136
echo "Verified attestation for ${PINNED_IMAGE}"

0 commit comments

Comments
 (0)