run_sca_scan
Scan project dependencies for known vulnerabilities using Software Composition Analysis. Identify security risks in third-party packages and optionally fix them automatically.
Instructions
Execute SCA (Software Composition Analysis) scan
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Path to project with dependencies | |
| package_manager | No | Package manager used by the project | |
| fix_vulnerabilities | No | Auto-fix vulnerabilities where possible |