ericcornelissen/js-regex-security-scanner

Expand default ignored folder/files

Closed this issue · 0 comments

Currently the scanner ignores the node_modules/ folder but nothing else:

ignorePatterns:
- "node_modules/**"

This can be expanded upon to avoid scanning other files/folder that probably shouldn't be reported on.

As a source of inspiration, GitHub's Node.gitignore template can be used as inspiration. Other suggestions are welcome, even after this issue is closed.