GitHub
get_secret_scanning_alert
Get details of a specific secret scanning alert in a GitHub repository.
Remote github
Other tools also called get_secret_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."
}
}
}