Skip to content

Commit 3f7e3d5

Browse files
committed
Fixed path
1 parent de4015b commit 3f7e3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_publish-images-security-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: trivy-sbom-report
43-
path: '${{ github.workspace }}/dependency-results.sbom.json'
43+
path: '${{ github.workspace }}/trivy-results.json'
4444
retention-days: 20
4545

4646
# Parse results to set has_vulnerabilities (for workflow control)

0 commit comments

Comments
 (0)