Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Aug 17, 2024
1 parent 177fd1a commit d3dadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ docker run -it -v /home/share:/share trailofbits/eth-security-toolbox
- repo: https://github.com/crytic/slither
rev: $GIT_TAG
hooks:
- slither
- id: slither
```
* To generate a Markdown report, use `slither [target] --checklist`.
* To generate a Markdown with GitHub source code highlighting, use `slither [target] --checklist --markdown-root https://github.com/ORG/REPO/blob/COMMIT/` (replace `ORG`, `REPO`, `COMMIT`)
Expand Down

0 comments on commit d3dadee

Please sign in to comment.