Skip to content

Commit

Permalink
fix trivy vuln-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Nov 15, 2024
1 parent bcd2f9e commit 9d49dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
image-ref: ghcr.io/${{ github.repository }}/fedn:master
format: 'sarif'
output: 'trivy-results.sarif'
exit-code: 0
exit-code: '1'
severity: HIGH,CRITICAL
ignore-unfixed: false
vuln-type: os,library,application
ignore-unfixed: true
vuln-type: 'os,library'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 9d49dce

Please sign in to comment.