From 7a71271c87565a6ef1f4f87151d55c2a33a9e97f Mon Sep 17 00:00:00 2001 From: Maaike Date: Tue, 5 Nov 2024 10:52:03 +0100 Subject: [PATCH] severity to critical, to align with nginx --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index d2d889d..c82f782 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -22,4 +22,4 @@ jobs: exit-code: '1' ignore-unfixed: true vuln-type: 'os,library' - severity: 'CRITICAL,HIGH' \ No newline at end of file + severity: 'CRITICAL' \ No newline at end of file