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

Merge branch 'debug_paas_ci' into 'main'

Debug paas ci

See merge request !111
parents 2977a483 c3b2be7b
No related branches found
No related tags found
1 merge request!111Debug paas ci
......@@ -76,7 +76,7 @@ for host,ports in endpoints.items():
target_name = f"{auth_name}_target_{host}"
task_name = f"{auth_name}_task_{host}"
port_list_name = f"{auth_name}_pl_{host}"
report_filename = f"{output_dir}/{host}-report.txt"
report_filename = f"{output_dir}/{host}-report.pdf"
summary_filename = f"{output_dir}/summary-report.json"
port_list = gvm_client.get_or_create_port_list(port_list_name, ports)
......
......@@ -10,12 +10,12 @@
- name: Copy utilities module
copy:
src: files/scan_utilities.py
src: files/utilities.py
dest: "{{ paas_ci_workdir + '/utilities.py' }}"
- name: Copy gvm_library module
copy:
src: files/scan_gvm_library.py
src: files/gvm_library.py
dest: "{{ paas_ci_workdir + '/gvm_library.py' }}"
- name: Adding execution permission to scan script
......
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