scan_all
Run all installed security scanners (secrets, SAST, dependencies, IaC) and get a single deduplicated report.
Instructions
Run every installed scanner (secrets, SAST, dependencies, IaC) and return one unified, deduplicated report. Does not enable git history unless you call scan_secrets separately with include_git_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the project directory to scan. | |
| severity_threshold | No | Minimum severity to include in results (default: info — all severities). |