mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 11:04:13 +00:00
chore(ci): update Trivy scan command to skip .pnpm-store directory
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user