We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1104964 commit 0b80b77Copy full SHA for 0b80b77
1 file changed
.github/workflows/security_scan.yaml
@@ -53,7 +53,7 @@ jobs:
53
sarif_file: "trivy-results.sarif"
54
55
- name: Upload diagnostic SARIF artifact
56
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@v7.0.0
57
with:
58
name: sarif-report
59
path: "trivy-results.sarif"
@@ -87,7 +87,7 @@ jobs:
87
github-pat: ${{ secrets.GITHUB_TOKEN }}
88
89
- name: Upload SBOM as an artifact
90
91
92
name: sbom
93
path: "dependency-results.sbom.json"
0 commit comments