Skip to content

Commit

Permalink
Merge pull request #42 from buehner/no-fail-with-vulns
Browse files Browse the repository at this point in the history
chore: do not fail with known vulns
  • Loading branch information
buehner committed Dec 20, 2023
2 parents b8d6dc4 + 0dc467e commit 4343dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'

0 comments on commit 4343dca

Please sign in to comment.