From 0dc467eb59356c7be5882b763156e0b7b466ab3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BChner?= Date: Wed, 20 Dec 2023 14:17:08 +0100 Subject: [PATCH] chore: do not fail with known vulns For the time being it should be fine to have this action as a background info. --- .github/workflows/trivy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index b62c90b..8a1807e 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -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'