Branch was auto-updated.

This commit is contained in:
github-actions[bot]
2021-04-12 17:28:18 +00:00
committed by GitHub
+1 -1
View File
@@ -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)