From f3ee44a3be6924fb5b51acd2a95d12e0f931cf79 Mon Sep 17 00:00:00 2001 From: Ludwik Trammer Date: Tue, 8 Oct 2024 12:57:26 +0200 Subject: [PATCH] chore: skip Trivy scanning third party code --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae805a5e..450ccc3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: with: scan-type: "fs" ignore-unfixed: true + skip-dirs: .venv exit-code: 0 # change if you want to fail build on vulnerabilities severity: "CRITICAL,HIGH,MEDIUM" format: "table"