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

Improved report visualization

parent c5f3183e
No related branches found
No related tags found
1 merge request!101Improved report visualization
Pipeline #134352 passed
......@@ -86,6 +86,16 @@
var: imported_log
when: summary_report_json.global == 'NOK'
- name: Show scan log if vulnerability detected
block:
- name: Load log
command: cat "{{ paas_ci_workdir + '/scan.log' }}"
register: imported_log
- name: Show log
debug:
var: imported_log
when: summary_report_json.global == 'NOK'
- name: Detailed report summary
debug:
var: summary_report_json
......
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