Skip to content

Commit

Permalink
Added upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent a1c9953 commit 827b1f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/action_publish-images-security-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
hide-progress: true

- name: Upload trivy report as a Github artifact
uses: actions/upload-artifact@v4
with:
name: trivy-sbom-report
path: '${{ github.workspace }}/trivy-results.json'
retention-days: 20

# Parse results to set has_vulnerabilities (for workflow control)
- if: inputs.skip_scan != true
Expand Down

0 comments on commit 827b1f4

Please sign in to comment.