ghostsecurity_update_finding
Update a security finding's status or comments to manage its lifecycle.
Instructions
Update a security finding (status and/or comments). At least one of status or comments must be provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Finding ID | |
| repoId | Yes | Repository ID associated with the finding | |
| projectId | Yes | Project ID associated with the finding | |
| status | No | New user_status for the finding | |
| comments | No | Comments on the finding (0-512 chars). Send empty string to clear. |