Skip to content

Commit c7917a5

Browse files
Remove attestation without SBOM included
1 parent ede2076 commit c7917a5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/attestations.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
run: npm run build
2828
- name: "Package the build"
2929
run: tar -czf dist.tar.gz dist
30-
- name: Attest Build Provenance
31-
uses: actions/attest-build-provenance@v1
32-
with:
33-
subject-path: "dist.tar.gz"
30+
# Commented out, as the SBOM version includes more detail.
31+
# - name: Attest Build Provenance
32+
# uses: actions/attest-build-provenance@v1
33+
# with:
34+
# subject-path: "dist.tar.gz"
3435
- uses: actions/attest-sbom@v1
3536
with:
3637
subject-path: 'dist.tar.gz'

0 commit comments

Comments
 (0)