Skip to content
Snippets Groups Projects

Python script: argparse and modules

Merged Gioacchino Vino requested to merge debug_paas_ci into main
6 files
+ 606
6
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
1
@@ -4,4 +4,5 @@ paas_ci_orchestrator_url: https://paas.cloud.infn.it/orchestrator
paas_ci_iam_group: admins/cicd
paas_ci_workdir: "{{ lookup('env','WORKSPACE') }}"
paas_ci_scan_script_path: "{{ paas_ci_workdir }}/scan.py"
n_timeout_ticks: 60
\ No newline at end of file
n_timeout_ticks: 60
endpoints_to_scan: None
\ No newline at end of file
Loading