secret-scanning-alert-resolution-webhook

The reason for resolving the alert.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secret-scanning-alert-resolution-webhook-schema.json Raw ↑
{
  "$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"
  ]
}