Disable rule for AWS_ACCESS_KEY_ID #1875
-
Is there a way to disable the rule for AWS_ACCESS_KEY_ID (AKIA...etc) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just curious does the config on the master branch currently still have the same issue for you? I just submitted a small tweak that should cut down on some false positives.
If adding a .gitleaks.toml or a .gitleaksignore to the repo is an option, then there's a couple of ways to use those as well to allow things. You should be able to do something like this in a .gitleaks.toml [extend]
useDefault = true
disabledRules = [ "aws-access-token"] |
Beta Was this translation helpful? Give feedback.
@pantelis-karamolegkos
Just curious does the config on the master branch currently still have the same issue for you? I just submitted a small tweak that should cut down on some false positives.
If adding a .gitleaks.toml or a .gitleaksignore to the repo is an option, then there's a couple of ways to use those as well to allow things.
You should be able to do something like this in a .gitleaks.toml