From cf76564c04ac2787e77c9ba2c563bb7ab7103e7f Mon Sep 17 00:00:00 2001 From: Sebastian Fastner Date: Thu, 15 Aug 2024 10:35:34 +0200 Subject: [PATCH] fix: update trivy config --- trivy.config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trivy.config.yaml b/trivy.config.yaml index 6f03f1c..e318b62 100644 --- a/trivy.config.yaml +++ b/trivy.config.yaml @@ -1,3 +1,3 @@ -format: json +format: table exit-code: 1 -severity: CRITICAL +severity: HIGH