fix: exclude node modules from slither
This commit is contained in:
2
.github/workflows/slither.yml
vendored
2
.github/workflows/slither.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
|||||||
- uses: crytic/slither-action@v0.4.0
|
- uses: crytic/slither-action@v0.4.0
|
||||||
with:
|
with:
|
||||||
target: 'foundry/'
|
target: 'foundry/'
|
||||||
slither-args: '--filter-paths foundry/lib/'
|
slither-args: '--filter-paths foundry/lib/,foundry/node_modules/'
|
||||||
Reference in New Issue
Block a user