From e028de33435da7fdc3c40cdd20bd2e90f6720e19 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Sun, 1 Mar 2026 21:58:41 +0100 Subject: [PATCH] chore: remove Trivy vulnerability scan step from security workflow --- .github/workflows/security-scan.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 847a3ea..3048e62 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -48,12 +48,4 @@ jobs: - name: Safety check for dependencies run: safety check --json || true - - - name: Trivy vulnerability scan - uses: aquasecurity/trivy-action@0.34.0 - with: - scan-type: 'fs' - scan-ref: '.' - format: 'table' - severity: 'CRITICAL,HIGH' - exit-code: '1' + \ No newline at end of file