We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5357e18 commit b8e207bCopy full SHA for b8e207b
1 file changed
git-secrets
@@ -240,6 +240,9 @@ register_aws() {
240
add_config 'secrets.patterns' "${opt_quote}${aws}(SECRET|secret|Secret)?_?(ACCESS|access|Access)?_?(KEY|key|Key)${opt_quote}${connect}${opt_quote}[A-Za-z0-9/\+=]{40}${opt_quote}"
241
add_config 'secrets.patterns' "${opt_quote}${aws}(ACCOUNT|account|Account)_?(ID|id|Id)?${opt_quote}${connect}${opt_quote}[0-9]{4}\-?[0-9]{4}\-?[0-9]{4}${opt_quote}"
242
add_config 'secrets.allowed' 'AKIAIOSFODNN7EXAMPLE'
243
+ add_config 'secrets.allowed' 'AKIAI44QH8DHBEXAMPLE'
244
+ add_config 'secrets.allowed' 'ASIAIOSFODNN7EXAMPLE'
245
+ add_config 'secrets.allowed' 'ASIAI44QH8DHBEXAMPLE'
246
add_config 'secrets.allowed' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
247
248
if [[ $? == 0 ]]; then
0 commit comments