You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rafaelsilvaa10, the --exclude-files flag requires a regex. See its documentation for more details. You can also use https://regexr.com/ to ensure that your constructed regex meets your requirements.
From your invocation command, it looks like the files aren't matching the regex you specified.
Hello, I nedd to help in my scan.
In my scan it is accusing two vulnerabilities found:
How can I do to ignore these two files, because they are false positives ?
I can ignore 1 file, however two files did not work.
I tried to run passing the exclude files.
detect-secrets scan . --exclude-files='public/index.html, package-lock.json'
Has anyone managed to make multiple files work?
thank you so much
The text was updated successfully, but these errors were encountered: