compare_results
Compare two Semgrep scan result files (old and new JSON) to detect changes in findings, track issue resolution, and monitor code quality improvements over time.
Instructions
Compares two scan results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_results | Yes | Absolute path to older JSON results file | |
| new_results | Yes | Absolute path to newer JSON results file |