mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
Update README.md
This commit is contained in:
parent
f2d0f809a8
commit
68b5f461f3
1 changed files with 2 additions and 2 deletions
|
@ -93,10 +93,10 @@ Timestamp: 2022-06-16 10:17:40 -0700 PDT
|
|||
...
|
||||
```
|
||||
|
||||
## 2: Scan a GitHub Org for only verified secrets
|
||||
## 2: Scan a GitHub Org for only verified secrets (including the comments sections)
|
||||
|
||||
```bash
|
||||
trufflehog github --org=trufflesecurity --only-verified
|
||||
trufflehog github --org=trufflesecurity --only-verified --issue-coments --pr-comments
|
||||
```
|
||||
|
||||
## 3: Scan a GitHub Repo for only verified keys and get JSON output
|
||||
|
|
Loading…
Reference in a new issue