GitHub
list_secret_scanning_alerts
List secret scanning alerts in a GitHub repository.
Remote github
Other tools also called list_secret_scanning_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",
"resolved"
],
"type": "string",
"description": "Filter by state"
},
"resolution": {
"enum": [
"false_positive",
"wont_fix",
"revoked",
"pattern_edited",
"pattern_deleted",
"used_in_tests"
],
"type": "string",
"description": "Filter by resolution"
},
"secret_type": {
"type": "string",
"description": "A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter."
}
}
}