tartufo
tartufo copied to clipboard
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
## 🐛 Bug Report If trying to amend the current commit that has a secret with a change that removes it (hence final complete commit is secrets free), `tartufo pre-commit`...
## Feature Request ## Is your feature request related to a problem? Please describe. Tartufo does not have a logo. It just has a word mark that I whipped together...
## Feature Request ## Is your feature request related to a problem? Please describe. No problem. But more linters and more consistency == more good! ## Describe the solution you'd...
## Feature Request ## Is your feature request related to a problem? Please describe. Publish the Python package of Tartufo to https://github.com/godaddy/tartufo/packages ## Describe the solution you'd like Add additional...
## Feature Request In order to better handle larger repos with a great deal of history, it would be valuable to provide an option to scan up to a certain...
Currently, attempting to scan a bare git repo, using `--repo_path`, produces an error along the lines of: ```pytb Traceback (most recent call last): File "/home/jwilhelm/Documents/workspace/tartufo/.venv/bin/tartufo", line 11, in load_entry_point('tartufo', 'console_scripts',...
## Feature Request To boost the time it takes takes ignore false flags, I propose we add an interactive mode `--interactive` where the CLI will prompt on each issue providing...
## Feature Request ## Is your feature request related to a problem? Please describe. Right now, `searchOrg.py` exists under the `scripts` folder as a completely isolated entity. As the code...
## Feature Request Add `--ignore-paths` to support git-like ignore syntax. > NOTE: I have already started development on this so immediate feedback is appreciated. ## Is your feature request related...
## Feature Request ## Is your feature request related to a problem? Please describe. Right now, creating an exclusion list can be very time consuming, especially for a repository with...