Dismiss a cleanup finding
dismiss_cleanup_findingSuppress a scan cleanup finding from future scans to mark it as a false positive or consciously accepted, without deleting data.
Instructions
Suppress a scan_board_cleanup finding from future scans WITHOUT deleting anything — for false positives or findings you've consciously accepted. Pass the finding's stable id (shown on each duplicate/stale/unlabeled/SLA finding) and an optional reason. Dismissals are append-only; future scans hide the finding and report dismissedCount. The id is a hash of the finding's type+ticket, so it keeps matching across rescans until that ticket changes category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why this finding is being dismissed. | |
| project | Yes | ||
| findingId | Yes | The stable `id` from a scan_board_cleanup finding. |