github_secret_scanning_get_alert
Retrieve a specific secret scanning alert from a GitHub repository, including secret type and location, with an option to hide the literal secret.
Instructions
Get a secret scanning alert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | owner | |
| repo | Yes | repo | |
| alert_number | Yes | alert_number | |
| hide_secret | No | A boolean value representing whether or not to hide literal secrets in the results. |