We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run
1 parent fc5f639 commit b41871eCopy full SHA for b41871e
1 file changed
scanpipe/management/commands/run.py
@@ -59,7 +59,7 @@ def add_arguments(self, parser):
59
parser.add_argument(
60
"--format",
61
default="json",
62
- choices=["json", "spdx", "cyclonedx", "attribution"],
+ choices=["json", "spdx", "cyclonedx", "attribution", "ort-package-list"],
63
help="Specifies the output serialization format for the results.",
64
)
65
0 commit comments