Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow regex rules to be stored in a separate repository, specified on the command line #17

Closed
tarkatronic opened this issue Nov 13, 2019 · 0 comments · Fixed by #26
Closed
Labels
enhancement New feature or request

Comments

@tarkatronic
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe.

When attempting to scan a great number of repos, I don't have a good way of storing a global list of regular expressions to search for.

Describe the solution you'd like

I would like to be able to build a separate git repository consisting exclusively of rules files. Then, have a way to specify on the command line, where that repository exists. Something like

> tartufo --git-rules-repo=git@github.com:tarkatronic/lots-of-rules.git ...

This would clone the specified repo, read in the rules, and use them as supplemental regex checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant