From e6d7c12d32cbc9f99aec2545546c5de8fbabc595 Mon Sep 17 00:00:00 2001 From: Dylan Ayrey Date: Mon, 4 Apr 2022 07:44:57 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 397e11d1a..60d38ab19 100644 --- a/README.md +++ b/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)].