mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Small update to summarize_json.py to set show_splunk_app_password to True when generatingf the detection_failure_manifest.json file. This way, you can run that file directly as the configuration without making any other changes or passing command line values and get right into debugging everything
This commit is contained in:
@@ -56,7 +56,7 @@ def outputResultsJSON(output_filename:str, data:list[dict], baseline:OrderedDict
|
||||
if len(fail_list) > 0:
|
||||
failures_test_override = {"detections_list": fail_list, "interactive_failure":True,
|
||||
"num_containers":1, "branch": baseline["branch"], "commit_hash":baseline["commit_hash"],
|
||||
"mode":"selected"}
|
||||
"mode":"selected", "show_splunk_app_password": True}
|
||||
with open("detection_failure_manifest.json","w") as failures:
|
||||
validate_args.validate_and_write(failures_test_override, failures)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user