From 9688e665085d17092afa4089a534ee7c281ddc8e Mon Sep 17 00:00:00 2001 From: bunkerity Date: Sun, 29 Nov 2020 15:10:08 +0100 Subject: [PATCH] check all vulnerabilities with trivy --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 7986d38..4b3814c 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -23,6 +23,6 @@ jobs: format: 'table' exit-code: '1' ignore-unfixed: true - severity: 'CRITICAL,HIGH' + severity: 'UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL'