Skip to content

Commit 8a51250

Browse files
committed
Comment out AWS scanning
1 parent 624451a commit 8a51250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-receive-hooks/block_confidentials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regex_list=(
2323
# block AWS API Keys
2424
'AKIA[0-9A-Z]{16}'
2525
# 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/+=])?'
26+
# '([^A-Za-z0-9/+=])?([A-Za-z0-9/+=]{40})([^A-Za-z0-9/+=])?'
2727
# block confidential content
2828
'CONFIDENTIAL'
2929
)

0 commit comments

Comments
 (0)