mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
fixed print msg
This commit is contained in:
@@ -30,7 +30,7 @@ def main(argv):
|
||||
print("count techniques")
|
||||
counted_techniques, max_count = count_techniques(techniques, all_techniques)
|
||||
|
||||
print("count techniques")
|
||||
print("load detections techniques")
|
||||
detections = load_objects(path.join(cmdargs.projects_path),'detections/*.yml')
|
||||
|
||||
print("get matched techniques")
|
||||
|
||||
Reference in New Issue
Block a user