diff --git a/files/scan.py b/files/scan.py
index ae3744a3abdd2a20e241f092845f09026b547b0a..a032a8f36ab15f3ddbfc6bb86d10c8759491c5b8 100644
--- a/files/scan.py
+++ b/files/scan.py
@@ -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",