fix: Filter paths when running slither in CI
- We don't want to check submodules, solidity versions are different
This commit is contained in:
3
.github/workflows/slither.yml
vendored
3
.github/workflows/slither.yml
vendored
@@ -13,4 +13,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- 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/'
|
||||||
Reference in New Issue
Block a user