Skip to content
Snippets Groups Projects
Commit ea5fd3fa authored by qweqweasdasd's avatar qweqweasdasd
Browse files

show multiple report files

parent 1b2591b3
No related branches found
No related tags found
No related merge requests found
...@@ -410,7 +410,7 @@ for host,ports in endpoints.items(): ...@@ -410,7 +410,7 @@ for host,ports in endpoints.items():
target_name = f"{auth_name}_target_{host}" target_name = f"{auth_name}_target_{host}"
task_name = f"{auth_name}_task_{host}" task_name = f"{auth_name}_task_{host}"
port_list_name = f"{auth_name}_pl_{host}" port_list_name = f"{auth_name}_pl_{host}"
report_filename = f"{output_dir}/report.txt" report_filename = f"{output_dir}/{host}-report.txt"
severity_filename = f"{output_dir}/severity.json" severity_filename = f"{output_dir}/severity.json"
pl = get_or_create_port_list(port_list_name,ports) pl = get_or_create_port_list(port_list_name,ports)
......
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