The reason for resolving the alert.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/secret-scanning-alert-resolution-webhook", "title": "secret-scanning-alert-resolution-webhook", "type": "string", "description": "The reason for resolving the alert.", "nullable": true, "enum": [ "false_positive", "wont_fix", "revoked", "used_in_tests", "pattern_deleted", "pattern_edited" ] }