Skip to content

Commit

Permalink
Disable GCS scanning to improve speed and prevent timeouts
Browse files Browse the repository at this point in the history
We use GCP a small amount, but not the cloud storage service, so we shouldn't see any of these come about
  • Loading branch information
bc-jcarlson committed Jun 10, 2024
1 parent 9377f5e commit 94e3f30
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 @@ -304,7 +304,7 @@ def lambda_handler(event, context): # pylint:disable=unused-argument
# 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)
# cname_google(account_name, record_sets)
cname_s3(account_name, record_sets)
ns_subdomain(account_name, hosted_zone, record_sets)

Expand Down

0 comments on commit 94e3f30

Please sign in to comment.