Skip to content

Commit

Permalink
Merge pull request #24 from pixee/add-defectdojo-flag
Browse files Browse the repository at this point in the history
Added new argument for supporting defectdojo findings
  • Loading branch information
nahsra authored Mar 30, 2024
2 parents 1f4e1da + abd2de2 commit 1b6e4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 1b6e4e4

Please sign in to comment.