From db6e0e4ce1ce5d91fe64e7c1f9f9080d3a3abbb0 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 31 Mar 2026 04:21:58 +0300 Subject: [PATCH] chore(ci): update Trivy scan command to skip .pnpm-store directory --- .gitea/workflows/scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/scan.yml b/.gitea/workflows/scan.yml index b4545f3..7901f4f 100644 --- a/.gitea/workflows/scan.yml +++ b/.gitea/workflows/scan.yml @@ -55,4 +55,4 @@ jobs: sudo dpkg -i /tmp/trivy.deb || sudo apt-get install -f -y - name: Trivy FS scan - run: trivy fs --exit-code 1 . + run: trivy fs --exit-code 1 --skip-dirs .pnpm-store .