blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.02k stars 370 forks source link

Lock the trufflehog version #1459

Closed domwhewell-sage closed 2 weeks ago

domwhewell-sage commented 2 weeks ago

This PR adds a --no-update option to trufflehog so it does not update to the latest version when it is called. This way we can ensure we are on a stable version that has been tested within bbot before pushing it out

Also made a slight change to the only_verified option as it must have been a typo

Closes #1458