GitHub

get_code_scanning_alert

Get details of a specific code scanning alert in a GitHub repository.

Remote github

Other tools also called get_code_scanning_alert? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "The name of the repository."
    },
    "owner": {
      "type": "string",
      "description": "The owner of the repository."
    },
    "alertNumber": {
      "type": "number",
      "description": "The number of the alert."
    }
  }
}
          

Provider

GitHub →