semgrep icon indicating copy to clipboard operation
semgrep copied to clipboard

Add a cli argument to completely disable . semgrepignore

Open CaledoniaProject opened this issue 2 years ago • 1 comments

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?

CaledoniaProject avatar Dec 04 '23 09:12 CaledoniaProject

I agree, I think it would be useful, especially because when there's no .semgrepignore we apply a default one

aryx avatar Dec 12 '23 17:12 aryx