Skip to content

Commit 94e3f30

Browse files
committed
Disable GCS scanning to improve speed and prevent timeouts
We use GCP a small amount, but not the cloud storage service, so we shouldn't see any of these come about
1 parent 9377f5e commit 94e3f30

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
@@ -304,7 +304,7 @@ def lambda_handler(event, context): # pylint:disable=unused-argument
304304
# cname_azure(account_name, record_sets)
305305
cname_cloudfront_s3(account_name, record_sets, account_id)
306306
cname_eb(account_name, record_sets)
307-
cname_google(account_name, record_sets)
307+
# cname_google(account_name, record_sets)
308308
cname_s3(account_name, record_sets)
309309
ns_subdomain(account_name, hosted_zone, record_sets)
310310

0 commit comments

Comments
 (0)