diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index a7dfab3..55a9f72 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -11,4 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: crytic/slither-action@v0.4.0 \ No newline at end of file + - uses: crytic/slither-action@v0.4.0 + with: + target: 'foundry/' \ No newline at end of file