From eaa6441030ae5981631b60b8e2ec809ed2aff806 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 27 Jun 2024 17:42:44 -0700 Subject: [PATCH] test fix secret detection --- enterprise/enterprise_hooks/secret_detection.py | 4 ---- 1 file changed, 4 deletions(-) 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",