Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent de4015b commit 3f7e3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: trivy-sbom-report
path: '${{ github.workspace }}/dependency-results.sbom.json'
path: '${{ github.workspace }}/trivy-results.json'
retention-days: 20

# Parse results to set has_vulnerabilities (for workflow control)
Expand Down

0 comments on commit 3f7e3d5

Please sign in to comment.