We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e324284 + 578c82f commit 1b5125dCopy full SHA for 1b5125d
1 file changed
git-secrets
@@ -236,6 +236,12 @@ register_aws() {
236
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}"
237
add_config 'secrets.allowed' 'AKIAIOSFODNN7EXAMPLE'
238
add_config 'secrets.allowed' "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
239
+
240
+ if [[ $? == 0 ]]; then
241
+ echo 'OK'
242
+ fi
243
244
+ exit $?
245
}
246
247
aws_provider() {
0 commit comments