diff --git a/cli.md b/cli.md index 005a9b9..4befffa 100644 --- a/cli.md +++ b/cli.md @@ -12,6 +12,7 @@ To guarantee a consistent user experience when using codemodder codemods, we off | --sarif | comma-separated set of path(s) to SARIF file(s) to feed to the codemods | | --sonar-issues-json | the path to a file containing output from Sonar's Issues API | | --sonar-hotspots-json | the path to a file containing output from Sonar's Hotspots API | +| --defectdojo-findings-json | the path to a file containing output from DefectDojo's v2 Findings API | | --path-include | comma-separated, exact-match, set of UNIX glob patterns to include. In the case of a conflict with excludes, excludes are given precedence.| | --path-exclude | comma-separated, exact-match, set of UNIX glob patterns to exclude. In the case of a conflict with includes, excludes are given precedence.| | --dry-run | do everything except make changes to files|