finding_ack_batch
finding_ack_batchAcknowledge multiple findings in one batch call with shared defaults for category, status, reason, and more. Use for reviewed false positives or accepted tradeoffs.
Instructions
Mutation batch for reviewed finding acknowledgements: append many finding_acks rows in one call while sharing batch-level defaults for category, subjectKind, status, reason, acknowledgedBy, sourceToolName, and sourceRuleId. Use when a scan returns many reviewed false positives or accepted tradeoffs. Emits one finding_ack telemetry event per successful row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| reason | No | ||
| status | No | ||
| preview | No | ||
| category | No | ||
| projectId | No | ||
| projectRef | No | ||
| subjectKind | No | ||
| sourceRuleId | No | ||
| acknowledgedBy | No | ||
| sourceToolName | No | ||
| continueOnError | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acks | Yes | ||
| _hints | Yes | ||
| preview | Yes | ||
| summary | Yes | ||
| rejected | Yes | ||
| toolName | Yes | ||
| warnings | Yes | ||
| projectId | Yes | ||
| wouldApply | No |