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.
--defectdojo-findings-json
1 parent 9aa6fb2 commit 92629a8Copy full SHA for 92629a8
src/codemodder/cli.py
@@ -174,4 +174,9 @@ def parse_args(argv, codemod_registry: CodemodRegistry):
174
action=CsvListAction,
175
help="Comma-separated set of path(s) to Sonar hotspots JSON file(s) to feed to the codemods",
176
)
177
+ parser.add_argument(
178
+ "--defectdojo-findings-json",
179
+ action=CsvListAction,
180
+ help="Comma-separated set of path(s) to DefectDojo's v2 Findings JSON file(s) to feed to the codemods",
181
+ )
182
return parser.parse_args(argv)
0 commit comments