tartufo
tartufo copied to clipboard
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
## Feature Request ## Is your feature request related to a problem? Please describe. Technically this is related to https://github.com/dxa4481/truffleHogRegexes/blob/master/truffleHogRegexes/regexes.json which is in another repository but maybe because of https://github.com/godaddy/tartufo/issues/5...
## Feature Request ## Is your feature request related to a problem? Please describe. Currently there is no validation for default regex rules defined ## Describe the solution you'd like...
## Feature Request ## Is your feature request related to a problem? Please describe. Tartufo will currently flag all LFS files based on the SHA256 object id contained in the...
## 🐛 Bug Report My `tartufo pre-commit` failed to operate on obvious secrets (that `tartufo scan-local-repo` was able to spot after commit), that is it was not finding them in...
## Feature Request ## Is your feature request related to a problem? Please describe. It is not related to a problem but just an idea, that will allow to always...
## Feature Request ## Is your feature request related to a problem? Please describe. This is not a problem per se but could be offered as enhancement for maintainability (of...
It is just an observation, so neither a bug nor a feature request, but maybe it has merit to address. In short: some given Python content that is stored encoded...
I see these duplicate entries in the output of `tartufo`: ```json . . . "excluded_paths": [ "tartufo.toml", "test/data", "tartufo.toml", "test/data" ], . . . ``` When I invoke `tartufo` like...
## Feature Request ## Is your feature request related to a problem? Please describe. Tartufo output, at least in JSON mode, includes "excluded_paths" and "excluded_signatures" information. It should however also...