Skip to content

Commit e9ac138

Browse files
Merge pull request #256 from patsevanton/patch-1
change truffleHog to trufflehog
2 parents 7bbe9d9 + 6349da3 commit e9ac138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ truffleHog previously functioned by running entropy checks on git diffs. This fu
1515

1616

1717
```
18-
truffleHog --regex --entropy=False https://github.com/dxa4481/truffleHog.git
18+
trufflehog --regex --entropy=False https://github.com/dxa4481/truffleHog.git
1919
```
2020

2121
or
2222

2323
```
24-
truffleHog file:///user/dxa4481/codeprojects/truffleHog/
24+
trufflehog file:///user/dxa4481/codeprojects/truffleHog/
2525
```
2626

2727
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:

0 commit comments

Comments
 (0)