diff --git a/.github/workflows/slither.yml b/.github/workflows/slither.yml index 55a9f72..4134b29 100644 --- a/.github/workflows/slither.yml +++ b/.github/workflows/slither.yml @@ -13,4 +13,5 @@ jobs: - uses: actions/checkout@v4 - uses: crytic/slither-action@v0.4.0 with: - target: 'foundry/' \ No newline at end of file + target: 'foundry/' + slither-args: '--filter-paths foundry/lib/' \ No newline at end of file