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

Merge branch 'debug_paas_ci' into 'main'

Changed module names

See merge request !87
parents 24dc7b5c ac5b2f34
No related branches found
No related tags found
1 merge request!87Changed module names
......@@ -13,12 +13,12 @@
- name: Copy utilities module
copy:
src: files/utilities.py
src: files/scan_utilities.py
dest: "{{ paas_ci_workdir + '/scan_utilities.py' }}"
- name: Copy gvm_library module
copy:
src: files/gvm_library.py
src: files/scan_gvm_library.py
dest: "{{ paas_ci_workdir + '/scan_gvm_library.py' }}"
- name: Adding execution permission to scan script
......
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