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.
2 parents 8a94f1c + f93cfbe commit 5164f91Copy full SHA for 5164f91
.github/workflows/release.yaml
@@ -61,10 +61,12 @@ jobs:
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
GITHUB_SBOM_PATH: ./sbom.spdx.json
64
- # attest archives
+ # attest artefacts
65
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
66
with:
67
- subject-path: "dist/*.tar.gz"
+ subject-path: |
68
+ dist/*.tar.gz
69
+ sbom.spdx.json
70
# parse artifacts to the format required for image attestation
71
- run: |
72
echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
0 commit comments