Skip to content

Commit 3140378

Browse files
committed
Disable scanning for Azure CNAMEs as there should be none in use at Brightcove
Required to reduce runtime so lambda doesn't timeout
1 parent 7cf6c0b commit 3140378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda_code/scan/scan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def lambda_handler(event, context): # pylint:disable=unused-argument
301301
alias_cloudfront_s3(account_name, record_sets, account_id)
302302
alias_eb(account_name, record_sets)
303303
alias_s3(account_name, record_sets)
304-
cname_azure(account_name, record_sets)
304+
# cname_azure(account_name, record_sets)
305305
cname_cloudfront_s3(account_name, record_sets, account_id)
306306
cname_eb(account_name, record_sets)
307307
cname_google(account_name, record_sets)

0 commit comments

Comments
 (0)