-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
AWS patterns seem to match everything #208
Comments
+1 this seems to be a real problem.... |
I get the same issue and have identified what triggers it for me. Assume that I have a ~/.aws/credentials that looks like this:
then any scan results in If I change the default
then the issue disappears. Looks like the empty string is extracted and used to match, which basically is anything. Side note on how I got credentials like that. Running awsp2 123456789012_RandomPermission
awsp2 |
My case appear to be #196 |
I've installed git-secrets using Homebrew as in the instructions.
Also have run the following to setup:
If I create a brand new git repo and try to commit using any message, I get an error that the commit message matches a pattern:
Output of my secrets.patterns:
What am I missing?
The text was updated successfully, but these errors were encountered: