From 543dac8616379479371f8da80b252464596193a9 Mon Sep 17 00:00:00 2001 From: shaynafinocchiaro Date: Mon, 22 Apr 2024 14:41:20 -0400 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4bca0f5..ce0191f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -102,4 +102,6 @@ jobs: uses: aquasecurity/trivy-action@master with: image-ref: podmon - severity: HIGH + severity: 'HIGH,CRITICAL' + ignore-unfixed: true + exit-code: '1'