GitHub
list_dependabot_alerts
List dependabot alerts in a GitHub repository.
Remote github
Other tools also called list_dependabot_alerts?
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."
},
"state": {
"enum": [
"open",
"fixed",
"dismissed",
"auto_dismissed"
],
"type": "string",
"default": "open",
"description": "Filter dependabot alerts by state. Defaults to open"
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string",
"description": "Filter dependabot alerts by severity"
}
}
}