diff --git a/scanpipe/management/commands/run.py b/scanpipe/management/commands/run.py index 287902dd7c..3a3242e57c 100644 --- a/scanpipe/management/commands/run.py +++ b/scanpipe/management/commands/run.py @@ -59,7 +59,7 @@ def add_arguments(self, parser): parser.add_argument( "--format", default="json", - choices=["json", "spdx", "cyclonedx", "attribution"], + choices=["json", "spdx", "cyclonedx", "attribution", "ort-package-list"], help="Specifies the output serialization format for the results.", )