tartufo icon indicating copy to clipboard operation
tartufo copied to clipboard

Searches through git repositories for high entropy strings and secrets, digging deep into commit history

Results 82 tartufo issues
Sort by recently updated
recently updated
newest added

## 🐛 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`...

bug

## 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...

enhancement
good first issue
help wanted

## 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...

documentation
enhancement

## 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...

enhancement

## 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...

enhancement

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',...

enhancement
help wanted
Hacktoberfest

## 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...

enhancement
design decision needed

## 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...

enhancement

## 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...

enhancement
design decision needed

## 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...

enhancement
help wanted
design decision needed
Hacktoberfest