Skip to content
Snippets Groups Projects
Commit 4d7e3938 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Tuned threshold for report severity

parent 2626e57b
No related branches found
No related tags found
1 merge request!55Debug paas ci
......@@ -506,5 +506,8 @@ for host,ports in endpoints.items():
delete_port_list(port_list)
reports = process_global_reports_info(reports)
logging.info(pretty_json(reports))
with open(summary_filename, "w") as f:
f.write(json.dumps(reports))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment