diff --git a/app/cli/automate.py b/app/cli/automate.py index fc5162e..88d19c7 100644 --- a/app/cli/automate.py +++ b/app/cli/automate.py @@ -153,7 +153,13 @@ def run_job(job_cls: Type[BaseAutomation], *, else: automation.state = AutomationState.ERROR safe_jobs = [ - "proxy_cloudfront", "static_aws", "list_http_post", "list_s3", "list_github", "list_gitlab" + "proxy_cloudfront", + "static_aws", + "list_http_post", + "list_s3", + "list_github", + "list_gitlab", + "block_external" ] if job.short_name not in safe_jobs: automation.enabled = False