newrelic / rusty-hog

A suite of secret scanners built in Rust for performance. Based on TruffleHog (https://github.com/dxa4481/truffleHog) which is written in Python.
Apache License 2.0
453 stars 59 forks source link

duroc_hog should be recursive by default #13

Closed jeffalder closed 4 years ago

jeffalder commented 4 years ago

Summary

duroc_hog should be recursive by default.

Desired Behavior

duroc_hog provides --recursive, which I would guess is what you almost always want. The default should be --recursive and it should provide --no-recursive, or whatever the standard inversion name format is.

cutler-scott-newrelic commented 4 years ago

finished