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
Nils Bühner 2023-12-20 14:17:08 +01:00
parent b8d6dc43db
commit 0dc467eb59
1 changed files with 0 additions and 1 deletions

View File

@ -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'