Re-scan and diff against a prior scan
codeinspectus_rescanRe-run a security scan to verify fixes: reports which findings are resolved, remain, or are newly introduced by diffing against a previous scan.
Instructions
Re-run a scan after fixes were applied and diff against a prior scan_id (or the most recent scan of the same path). Reports which findings are resolved, which remain, and which were newly introduced. Use this to verify fixes. Never writes to your code or repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository or directory to rescan. | |
| scanners | No | ||
| max_findings | No | ||
| prior_scan_id | No | scan_id of a previous scan to diff against. Defaults to the most recent scan of this path. | |
| severity_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| scan_id | Yes | ||
| summary | Yes | ||
| resolved | Yes | ||
| remaining | Yes | ||
| disclaimer | Yes | ||
| introduced | Yes | ||
| prior_scan_id | Yes |