megalinter_parse_reports
Parse MegaLinter JSON or SARIF reports to extract structured analysis data for review and debugging.
Instructions
Parse MegaLinter JSON or SARIF reports from the reports directory. Returns structured report data for analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportsPath | No | Path to the reports directory. Defaults to megalinter-reports. | |
| reportType | No | Type of report to parse. Defaults to json. | json |