GitHub

list_code_scanning_alerts

List code scanning alerts in a GitHub repository.

Remote github

Other tools also called list_code_scanning_alerts? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "ref": {
      "type": "string",
      "description": "The Git reference for the results you want to list."
    },
    "repo": {
      "type": "string",
      "description": "The name of the repository."
    },
    "owner": {
      "type": "string",
      "description": "The owner of the repository."
    },
    "state": {
      "enum": [
        "open",
        "closed",
        "dismissed",
        "fixed"
      ],
      "type": "string",
      "default": "open",
      "description": "Filter code scanning alerts by state. Defaults to open"
    },
    "severity": {
      "enum": [
        "critical",
        "high",
        "medium",
        "low",
        "warning",
        "note",
        "error"
      ],
      "type": "string",
      "description": "Filter code scanning alerts by severity"
    },
    "tool_name": {
      "type": "string",
      "description": "The name of the tool used for code scanning."
    }
  }
}
          

Provider

GitHub →