[analyze] Add basic section to README (#3190)

This commit is contained in:
Miccah 2024-08-07 07:26:01 -07:00 committed by GitHub
parent 7730fc826b
commit 8b37ae11ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -696,6 +696,14 @@ with HTTPServer(('', 8000), Verifier) as server:
pass
```
## :mag: Analyze
TruffleHog supports running a deeper analysis of a credential to view its permissions and the resources it has access to.
```bash
trufflehog analyze
```
# :heart: Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].