mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ def main(args):
|
||||
if os.path.isfile(detection_file):
|
||||
with open(detection_file, 'r') as detection_fh:
|
||||
detection = yaml.safe_load(detection_fh)
|
||||
if detection['type'] == "SSA":
|
||||
if detection['type'] == "streaming":
|
||||
# Parsed file is a SSA detection
|
||||
log(logging.INFO, "Validating %s" % detection['name'])
|
||||
cur_status = validate_tags(detection)
|
||||
|
||||
Reference in New Issue
Block a user