From 4713e5687d34c6b26254d71d14ea6cd61f2323d6 Mon Sep 17 00:00:00 2001 From: hiteshbedre <32206192+hiteshbedre@users.noreply.github.com> Date: Wed, 6 Sep 2023 18:41:50 +0530 Subject: [PATCH] Removed duplicate rule (#303) (#304) --- rules/sinks/third_parties/sdk/consul/python.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 rules/sinks/third_parties/sdk/consul/python.yaml diff --git a/rules/sinks/third_parties/sdk/consul/python.yaml b/rules/sinks/third_parties/sdk/consul/python.yaml deleted file mode 100644 index 0d1f717d..00000000 --- a/rules/sinks/third_parties/sdk/consul/python.yaml +++ /dev/null @@ -1,13 +0,0 @@ - -# Sink rule for ThirdParty SDK -# The id follows a format : "ThirdParties.SDK.." - -sinks: - - - id: ThirdParties.SDK.Consul - name: Consul - domains: - - "consul.io" - patterns: - - "(?i)(consul).*" - tags: