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 ea1ec90 commit 4cc1b9fCopy full SHA for 4cc1b9f
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
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=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.sigstore
88
- INTOTO_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.intoto.json
+ INTOTO_BUNDLE=$RUNNER_TEMP/github-aws-runners-terraform-aws-github-runner-attestation-${ATTESTATION_ID}.intoto.jsonl
89
mv ${ATTESTATION_BUNDLE} $SIGSTORE_BUNDLE
90
if [ -z "$SIGSTORE_BUNDLE" ]; then
91
echo "No attestation bundle found, skipping attachment."
0 commit comments