Actions
Change Scan Verdict
Change a scan’s verdict.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Comment | The comment of the verdict change. |
| Scan ID | The scan ID to change the verdict of. Can be obtained by using the List Scans action. |
| Sub Verdict | The verdict classification to assign to this scan. |
{
"scan_layers": [],
"scan_engines": [],
"action": "<string>",
"comment": null,
"sub_verdict": "<string>",
"handle_investigation": null,
"dispute": null
}
Was this page helpful?