scan_repository
Scan GitHub repositories to detect secrets and sensitive information like API keys, passwords, and tokens. Identify security risks in code with comprehensive scanning for 35+ secret types.
Instructions
Scan a GitHub repository for secrets and sensitive information. Detects 35+ types of secrets including API keys, passwords, tokens, and credentials. Enterprise-grade with rate limiting, retry logic, and comprehensive error handling.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub repository owner (username or organization) | |
| repo | Yes | Repository name | |
| branch | No | Branch to scan (default: main) | main |
| path | No | Specific path within repository to scan (optional) |