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