Joey Wilhelm
Joey Wilhelm
Is it possible to implement this functionality as an authentication backend, instead of being built directly into views? I would like to use this in conjunction with other authentication packages,...
After trying to update the pre-existing Poetry PR, and discovering numerous conflicts, I dediced it would be wise to start fresh. Luckily I was able to copy over much of...
The intent here is to change the tooling over to use [poetry](https://python-poetry.org) instead of `setuptools`. This is unfortunately not a small change, especially for a project of this size. However...
## Feature Request ## Is your feature request related to a problem? Please describe. The current `--since-commit` option is not the most intuitive, and does not always work as expected....
## Feature Request ## Is your feature request related to a problem? Please describe. Some of the unit tests for this project are a bit obtuse and far from ideal....
## Feature Request ## Is your feature request related to a problem? Please describe. Right now, when tartufo is running, it can be very silent, and you may not even...
## 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...
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 ## 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...