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:
|
with:
|
||||||
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
|
image-ref: 'geoserver-docker.osgeo.org/geoserver:${{ github.sha }}'
|
||||||
format: 'table'
|
format: 'table'
|
||||||
exit-code: '1'
|
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
vuln-type: 'os,library'
|
vuln-type: 'os,library'
|
||||||
severity: 'CRITICAL,HIGH'
|
severity: 'CRITICAL,HIGH'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue