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

Improved report visualization

parent f62f9a0d
No related branches found
No related tags found
1 merge request!102Debug paas ci
......@@ -88,12 +88,12 @@
var: imported_log
when: summary_report_json.global == 'NOK'
- name: Show scan log if vulnerability detected
- name: Show scan log if vulnerability detected 222
block:
- name: Load log
- name: Load log 222
command: cat "{{ paas_ci_workdir + '/scan.log' }}"
register: imported_log
- name: Show log
- name: Show log 222
debug:
var: imported_log.stdout_lines
when: summary_report_json.global == 'NOK'
......
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