scan_local
Scan a local filesystem path to detect leaked secrets using configurable regex patterns and output reports in multiple formats.
Instructions
Scan a local filesystem path for leaked secrets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_path | Yes | Absolute or relative path to scan | |
| regex_file | No | Path to custom regex YAML file (optional) | |
| report_format | No | n0s1 | |
| show_matched_secret_on_logs | No | Show matched secret values in reports and logs (default: false) |