diff --git a/enterprise/enterprise_hooks/secret_detection.py b/enterprise/enterprise_hooks/secret_detection.py index 23dd2a7e0..d2bd22a5d 100644 --- a/enterprise/enterprise_hooks/secret_detection.py +++ b/enterprise/enterprise_hooks/secret_detection.py @@ -379,10 +379,6 @@ _default_detect_secrets_config = { "name": "ShopifyDetector", "path": _custom_plugins_path + "/shopify.py", }, - { - "name": "SidekiqDetector", - "path": _custom_plugins_path + "/sidekiq.py", - }, { "name": "SlackDetector", "path": _custom_plugins_path + "/slack.py",