Skip to content

Commit b41871e

Browse files
authored
Add "ort-package-list" to the formats list in run command (#1982)
Signed-off-by: tdruez <[email protected]>
1 parent fc5f639 commit b41871e

File tree

1 file changed

+1
-1
lines changed
  • scanpipe/management/commands

1 file changed

+1
-1
lines changed

scanpipe/management/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def add_arguments(self, parser):
5959
parser.add_argument(
6060
"--format",
6161
default="json",
62-
choices=["json", "spdx", "cyclonedx", "attribution"],
62+
choices=["json", "spdx", "cyclonedx", "attribution", "ort-package-list"],
6363
help="Specifies the output serialization format for the results.",
6464
)
6565

0 commit comments

Comments
 (0)