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:
|
||||
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