Update README.md

This commit is contained in:
Dylan Ayrey 2022-04-04 07:44:57 -07:00 committed by GitHub
parent 71e0866454
commit e6d7c12d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)].