Skip to content

Commit

Permalink
add slither
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Nov 14, 2024
1 parent 383d432 commit 1d7ffc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ trace :; forge test -vvv
clean :; forge clean
snapshot:; forge snapshot
fmt :; forge fmt
slither :; docker run -ti --entrypoint=/home/ethsec/.local/bin/slither -v ./:/local/ --workdir=/local trailofbits/eth-security-toolbox:nightly .

# List available scripts
list-scripts:
Expand Down
3 changes: 3 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"filter_paths": "(lib/|script/|src/mocks|src/v0|test/)"
}

0 comments on commit 1d7ffc9

Please sign in to comment.