Skip to content

Commit

Permalink
Merge pull request #10 from brightcove/SECENG-1433_disable-azure-cnam…
Browse files Browse the repository at this point in the history
…e-scan

Disable scanning for Azure CNAMEs as there should be none in use at Brightcove
  • Loading branch information
bc-jcarlson authored May 29, 2024
2 parents 7cf6c0b + 3140378 commit 9377f5e
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 9377f5e

Please sign in to comment.