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

Fix python command line

parent 732d5e4f
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
var: endpoints_to_scan
- name: Run scan
command: python3 /home/gmp/script.py "{{ endpoints_to_scan }}" "{{ paas_ci_workdir }} '/dep.json'" "{{ paas_ci_workdir }} + '/report.txt'" "{{ paas_ci_workdir }} + '/severity'"
command: python3 /home/gmp/script.py "{{ endpoints_to_scan }}" "{{ paas_ci_workdir + '/dep.json'}}" "{{ paas_ci_workdir + '/report.txt'}}" "{{ paas_ci_workdir + '/severity'}}"
register: scan_output
- name: show report
......
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