-
Notifications
You must be signed in to change notification settings - Fork 613
Open
Labels
Description
Describe the Bug
Importing rules using syntax like detection_rules import-rules-to-repo -d import_me/ results in an error AttributeError: 'str' object has no attribute 'glob'
To Reproduce
- create a directory called
import_meat the root of the repository, populate it with some ndjson files - create a directory called
importedto attempt to save the rules to - run
detection_rules import-rules-to-repo -s imported/ -d import_me/and observe the error
Expected Behavior
Rules are imported successfully into the imported/ directory
Screenshots
Desktop - OS
other - explain
Desktop - Version
WSL2 - Ubuntu 24.04
Additional Context
No response
eric-forte-elastic