fix: Specify foundry subdir when running slither in CI
Otherwise there will be no contract to analyze
This commit is contained in:
4
.github/workflows/slither.yml
vendored
4
.github/workflows/slither.yml
vendored
@@ -11,4 +11,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: crytic/slither-action@v0.4.0
|
- uses: crytic/slither-action@v0.4.0
|
||||||
|
with:
|
||||||
|
target: 'foundry/'
|
||||||
Reference in New Issue
Block a user