Skip to content

Commit

Permalink
Disable scanning for Azure CNAMEs as there should be none in use at B…
Browse files Browse the repository at this point in the history
…rightcove

Required to reduce runtime so lambda doesn't timeout
  • Loading branch information
bc-jcarlson committed May 29, 2024
1 parent 7cf6c0b commit 3140378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_code/scan/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def lambda_handler(event, context): # pylint:disable=unused-argument
alias_cloudfront_s3(account_name, record_sets, account_id)
alias_eb(account_name, record_sets)
alias_s3(account_name, record_sets)
cname_azure(account_name, record_sets)
# cname_azure(account_name, record_sets)
cname_cloudfront_s3(account_name, record_sets, account_id)
cname_eb(account_name, record_sets)
cname_google(account_name, record_sets)
Expand Down

0 comments on commit 3140378

Please sign in to comment.