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 ede2076 commit c7917a5Copy full SHA for c7917a5
.github/workflows/attestations.yml
@@ -27,10 +27,11 @@ jobs:
27
run: npm run build
28
- name: "Package the build"
29
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"
+ # Commented out, as the SBOM version includes more detail.
+ # - name: Attest Build Provenance
+ # uses: actions/attest-build-provenance@v1
+ # with:
34
+ # subject-path: "dist.tar.gz"
35
- uses: actions/attest-sbom@v1
36
with:
37
subject-path: 'dist.tar.gz'
0 commit comments