From 4b3c5c5005e52f53b4a21f28c80b46f7c409ee01 Mon Sep 17 00:00:00 2001 From: royvardhan Date: Tue, 28 Jan 2025 23:11:30 +0530 Subject: [PATCH] fix: exclude node modules from slither --- .github/workflows/slither.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 4134b29..cc92a37 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -14,4 +14,4 @@ jobs: - uses: crytic/slither-action@v0.4.0 with: target: 'foundry/' - slither-args: '--filter-paths foundry/lib/' \ No newline at end of file + slither-args: '--filter-paths foundry/lib/,foundry/node_modules/' \ No newline at end of file