mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Update README.md
This commit is contained in:
parent
71e0866454
commit
e6d7c12d32
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -121,6 +121,16 @@ For example, to scan a `git` repository, start with
|
|||
$ trufflehog git https://github.com/trufflesecurity/trufflehog.git
|
||||
```
|
||||
|
||||
|
||||
#### Scanning an orginization
|
||||
|
||||
Try scanning an entire GitHub orginization with the following:
|
||||
|
||||
```bash
|
||||
docker run -it -v "$PWD:/pwd" trufflesecurity/trufflehog:latest github --org=trufflesecurity
|
||||
```
|
||||
|
||||
|
||||
## Contributors
|
||||
|
||||
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
|
||||
|
|
Loading…
Reference in a new issue