We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f701a8 commit 7374481Copy full SHA for 7374481
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@v4
+ uses: actions/upload-artifact@v6
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