-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to exclude a folder? #39
Comments
You can add an "allowed" pattern that excludes specific directories via the regular expression. The lines scanned when filtering out allowed patterns is formatted as follows:
Where filename is the matched file (e.g., You can add an allowed pattern that can filter out directories and files using regular expressions. This will exclude all matches in "somedirectory/name":
|
I'm a bit stuck here. I have a dependency in the |
@olbrew Did you solve the issue? // edit I managed to get it work like that: Adding that in .git/config under [secrets] worked, it ignores all matches in the file. |
How would I exclude a folder in the scan?
The text was updated successfully, but these errors were encountered: