-
Notifications
You must be signed in to change notification settings - Fork 479
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
--all-files argument do not work in new version (0.12.7) #249
Comments
- Add `pyahocorasick` as an optional dependency See issue #240 for more information.
Hi @SolalVall, currently I believe what causes keyword detector to skip this is that I added an detect-secrets/detect_secrets/plugins/common/filters.py Lines 87 to 88 in b21c5f8
In other words, it's b/c the RHS value is 123, if you change it to e.g. |
Happy to talk more about this if I’m mistaken above, but for now I’ll close this issue 👍 |
* Support build for tag * Fix docker image naming * Publish for master and dss * YAML format * Update docker tag in doc * Reword based on comment
* Support build for tag * Fix docker image naming * Publish for master and dss * YAML format * Update docker tag in doc * Reword based on comment
Hello,
Maybe I missed something but I updated recently detect-secrets package from 0.12.2 -> 0.12.7 and it seems that
detect-secrets scan --all-files
don't work anymore:Reproduce step:
$ mkdir ~/foo && echo "password='123'" > ~/foo/bar
Output in v0.12.2:
Output in v0.12.7:
We can observe that no results were found in the directory for the newest version. Maybe the issue is due to the new option --word_list that was recently added ?
Thanks in advance
The text was updated successfully, but these errors were encountered: