Merge pull request #42 from buehner/no-fail-with-vulns
chore: do not fail with known vulnspull/43/head
commit
4343dca5d3
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue