finding_ack_batch
finding_ack_batchAppend multiple finding acknowledgements in a single batch call, sharing default category, status, and other fields. Ideal for processing many reviewed false positives or accepted tradeoffs from a scan.
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 |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| category | No | ||
| preview | No | ||
| subjectKind | No | ||
| status | No | ||
| reason | No | ||
| acknowledgedBy | No | ||
| sourceToolName | No | ||
| sourceRuleId | No | ||
| rows | Yes | ||
| continueOnError | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | ||
| projectId | Yes | ||
| preview | Yes | ||
| acks | Yes | ||
| wouldApply | No | ||
| rejected | Yes | ||
| summary | Yes | ||
| warnings | Yes | ||
| _hints | Yes |