From e497d6654df33ada1fc89a63d570b84a90935e9c Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Sat, 18 May 2024 09:15:32 -0400 Subject: [PATCH] Add temporary override --- detection_rules/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/detection_rules/config.py b/detection_rules/config.py index 0b36a122ace..343a9d71f70 100644 --- a/detection_rules/config.py +++ b/detection_rules/config.py @@ -19,6 +19,7 @@ ROOT_DIR = Path(__file__).parent.parent CUSTOM_RULES_DIR = os.getenv('CUSTOM_RULES_DIR', None) +CUSTOM_RULES_DIR = "/home/forteea1/Code/dac_demo/detection-rules-dac-demo/custom_rules" @dataclass