You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to have an interactive mode for use when cleaning up legacy repos.
Describe the solution you'd like
A flag somewhat akin to git add -p which would pause tartufo after each match, and after response to prompt continue the scan after reloading the tartufo.toml without having to start over.
A more advanced version could accept user input of to either update the tartufo.toml with the signature of a false positive or write out to a 'issue' file of real problems that need to be addressed.
Describe alternatives you've considered
Current strategy has been to abort tartufo after it's found a few issues, address them by hand, and then restart the scan
Feature Request
Is your feature request related to a problem? Please describe.
It would be nice to have an interactive mode for use when cleaning up legacy repos.
Describe the solution you'd like
A flag somewhat akin to
git add -p
which would pause tartufo after each match, and after response to prompt continue the scan after reloading the tartufo.toml without having to start over.A more advanced version could accept user input of to either update the tartufo.toml with the signature of a false positive or write out to a 'issue' file of real problems that need to be addressed.
Describe alternatives you've considered
Current strategy has been to abort tartufo after it's found a few issues, address them by hand, and then restart the scan
Teachability, Documentation, Adoption, Migration Strategy
example interface:
Meanings:
The text was updated successfully, but these errors were encountered: