We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624451a commit 8a51250Copy full SHA for 8a51250
pre-receive-hooks/block_confidentials.sh
@@ -23,7 +23,7 @@ regex_list=(
23
# block AWS API Keys
24
'AKIA[0-9A-Z]{16}'
25
# block AWS Secret Access Key (TODO: adjust to not find validd Git SHA1s; false positives)
26
- '([^A-Za-z0-9/+=])?([A-Za-z0-9/+=]{40})([^A-Za-z0-9/+=])?'
+ # '([^A-Za-z0-9/+=])?([A-Za-z0-9/+=]{40})([^A-Za-z0-9/+=])?'
27
# block confidential content
28
'CONFIDENTIAL'
29
)
0 commit comments