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 1168635 + c176a4e commit 1bbf097Copy full SHA for 1bbf097
.github/workflows/attest-and-deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Generate SBOM from the dependencies (scanning the workspace directory)
32
- name: Generate SBOM
33
- uses: anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a
+ uses: anchore/sbom-action@9246b90769f852b3a8921f330c59e0b3f439d6e9
34
with:
35
upload-artifact: false
36
upload-release-assets: false
@@ -54,7 +54,7 @@ jobs:
54
# subject-path: "dist.tar.gz"
55
56
# Complete an attestation of the SBOM and the build
57
- - uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68
+ - uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b
58
59
subject-path: 'dist.tar.gz'
60
sbom-path: 'sbom.spdx.json'
0 commit comments