semgrep
semgrep copied to clipboard
Add a cli argument to completely disable . semgrepignore
Hi there,
I found . semgrepignore to be quite annoying, sometimes I need to audit both the source code and php vendor code, and semgrep ignores them by default.
I tried to use semgrep ci --help | grep semgrepignore and couldn't find a way around. I had to do echo > . semgrepignore to disable this feature.
Can you add an cli argument to do that?
I agree, I think it would be useful, especially because when there's no .semgrepignore we apply a default one