From 8dfdc57eb48b4d13ba02d648b933c0f6325bdd11 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 11 Oct 2024 14:00:21 +0200 Subject: [PATCH] Fix trivy pipeline --- .github/workflows/scan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index a0a76fb8..25978a1b 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -30,6 +30,7 @@ jobs: output: "trivy-results.sarif" severity: "CRITICAL,HIGH" exit-code: "2" # Fail the build! + scanners: "vuln" # Upload SARIF results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab