Skip to content

Commit

Permalink
Merge pull request #256 from patsevanton/patch-1
Browse files Browse the repository at this point in the history
change truffleHog to trufflehog
  • Loading branch information
dustin-decker authored Jan 27, 2022
2 parents 7bbe9d9 + 6349da3 commit e9ac138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ truffleHog previously functioned by running entropy checks on git diffs. This fu


```
truffleHog --regex --entropy=False https://github.com/dxa4481/truffleHog.git
trufflehog --regex --entropy=False https://github.com/dxa4481/truffleHog.git
```

or

```
truffleHog file:///user/dxa4481/codeprojects/truffleHog/
trufflehog file:///user/dxa4481/codeprojects/truffleHog/
```

With the `--include_paths` and `--exclude_paths` options, it is also possible to limit scanning to a subset of objects in the Git history by defining regular expressions (one per line) in a file to match the targeted object paths. To illustrate, see the example include and exclude files below:
Expand Down

0 comments on commit e9ac138

Please sign in to comment.