From 56d9f9df14bfe41a64dad080233fb2d2b2bc61cc Mon Sep 17 00:00:00 2001 From: josspo <31305886+josspo@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:02:48 -0300 Subject: [PATCH] Update cve-scanning.yml --- .github/workflows/cve-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve-scanning.yml b/.github/workflows/cve-scanning.yml index fd83904..9ef41e8 100644 --- a/.github/workflows/cve-scanning.yml +++ b/.github/workflows/cve-scanning.yml @@ -27,7 +27,7 @@ jobs: format: 'HTML' out: 'reports' args: > - --suppression ~/./cve/allow-list.xml + --suppression .cve/allow-list.xml --failOnCVSS 7 --enableRetired - name: Upload Test results