secret-scanning-alert-state

Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-secret-scanning-alert-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/secret-scanning-alert-state",
  "title": "secret-scanning-alert-state",
  "description": "Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`.",
  "type": "string",
  "enum": [
    "open",
    "resolved"
  ]
}