We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22efe67 commit 0a26b96Copy full SHA for 0a26b96
2 files changed
.github/actions/lint-syft/action.yml
@@ -12,7 +12,7 @@ runs:
12
echo "SBOM generated: syft-sbom.json"
13
14
- name: Upload SBOM artifact
15
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
16
with:
17
name: syft-sbom
18
path: syft-sbom.json
.github/actions/lint-trivy/action.yml
@@ -17,7 +17,7 @@ runs:
trivy fs . --format cyclonedx --output trivy-sbom.json
19
20
21
22
name: trivy-sbom
23
path: trivy-sbom.json
0 commit comments