Re-scan and diff against a prior scan
codeinspectus_rescanRe-run security scan and diff against prior scan to verify fixes. Reports resolved, remaining, and newly introduced findings without altering code.
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 | ||
| partial | Yes | ||
| scan_id | Yes | ||
| summary | Yes | ||
| resolved | Yes | ||
| remaining | Yes | ||
| disclaimer | Yes | ||
| introduced | Yes | ||
| not_rechecked | Yes | ||
| prior_scan_id | Yes | ||
| not_rechecked_note | No |