export_results
Export Semgrep scan results to JSON, SARIF, or text format for integration with other tools and reporting systems.
Instructions
Exports scan results in various formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results_file | Yes | Absolute path to JSON results file | |
| output_file | Yes | Absolute path to output file | |
| format | No | Output format (json, sarif, text) | text |