We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa36e1 commit 7263098Copy full SHA for 7263098
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
# rename attest bundle to github-aws-runners-terraform-aws-github-runner-attestation-$attestation-id.sigstore
86
# OpenSSF expects the attestation bundle to be named in this format (*.sigstore)
87
- SIGSTORE_BUNDLE="github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore"
+ SIGSTORE_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore
88
mv ${ATTESTATION_BUNDLE} $SIGSTORE_BUNDLE
89
if [ -z "$SIGSTORE_BUNDLE" ]; then
90
echo "No attestation bundle found, skipping attachment."
0 commit comments