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

Changed module names

parent 9fec2343
No related branches found
No related tags found
1 merge request!86Debug paas ci
......@@ -32,7 +32,7 @@
with_items: "{{ paas_ci_workdir + '/dep.json'}}"
- name: Run scan
command: "{{ paas_ci_workdir + '/scan.py }} --endpoint-keys {{ paas_ci_test.endpoints_to_scan }} --dep-json {{ paas_ci_workdir + '/dep.json'}} --output-dir {{ paas_ci_workdir }}"
command: "{{ paas_ci_workdir + '/scan.py' }} --endpoint-keys {{ paas_ci_test.endpoints_to_scan }} --dep-json {{ paas_ci_workdir + '/dep.json'}} --output-dir {{ paas_ci_workdir }}"
register: scan_output
- name: Scan logs
......
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