fix: Filter paths when running slither in CI
- We don't want to check submodules, solidity versions are different
This commit is contained in:
1
.github/workflows/slither.yml
vendored
1
.github/workflows/slither.yml
vendored
@@ -14,3 +14,4 @@ jobs:
|
||||
- uses: crytic/slither-action@v0.4.0
|
||||
with:
|
||||
target: 'foundry/'
|
||||
slither-args: '--filter-paths foundry/lib/'
|
||||
Reference in New Issue
Block a user