chore: do not fail with known vulns
For the time being it should be fine to have this action as a background info.pull/42/head
parent
b8d6dc43db
commit
0dc467eb59
|
|
@ -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