Skip to content

Commit

Permalink
Rename artifact upload from 'trivy-sbom-report' to 'trivy-results-jso…
Browse files Browse the repository at this point in the history
…n' in GitHub Actions workflow for clarity and consistency.
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent 827b1f4 commit 8036f1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload trivy report as a Github artifact
uses: actions/upload-artifact@v4
with:
name: trivy-sbom-report
name: trivy-results-json
path: '${{ github.workspace }}/trivy-results.json'
retention-days: 20

Expand Down

0 comments on commit 8036f1a

Please sign in to comment.