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

Added default value for endpoint keys input

parent 9ab586a1
No related branches found
No related tags found
1 merge request!89Debug paas ci
Pipeline #131722 passed
......@@ -16,7 +16,8 @@ parser = argparse.ArgumentParser(
parser.add_argument(
"--endpoint-keys",
help="Orchestrator output endpoints to scan (endpoints1,endpoints2)"
help="Orchestrator output endpoints to scan (endpoints1,endpoints2)",
default="None"
)
parser.add_argument(
"--dep-json",
......
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