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

Add --exclude-paths flag to filesystem module #536

Closed
JosiahOne opened this issue May 10, 2022 · 1 comment · Fixed by #1033
Closed

Add --exclude-paths flag to filesystem module #536

JosiahOne opened this issue May 10, 2022 · 1 comment · Fixed by #1033

Comments

@JosiahOne
Copy link

Description

Like #420 but for the filesystem module.

Problem to be Addressed

We frequently use the filesystem module to scan large amounts of code. There are many directories we'd like to exclude for a variety of reasons (but the most common being test data that has intentional creds) and we were hoping we could creating a file to ignore these directories just like when using the git module.

Unfortunately, it seems the --exclude-paths flag is unavailable for filesystem scanning.

Description of the Preferred Solution

Provide --exclude-paths using exactly the same interface as the git module.

@hassanejaz
Copy link

Is this prioritised.. would love for this to be added ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants