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

fix variable name in the python command line

parent e213be88
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_list }}" "{{ 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