Skip to content

Commit

Permalink
Added artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent 60feffe commit de4015b
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 }}/dependency-results.sbom.json'
retention-days: 20

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

0 comments on commit de4015b

Please sign in to comment.