scan_project_dependencies
Scan project dependencies in files like pyproject.toml or requirements.txt to identify vulnerabilities. Generates a detailed security report for all dependencies within the specified project directory.
Instructions
Scans project dependencies from files like pyproject.toml or requirements.txt for vulnerabilities.
Args:
project_path: The path to the project directory (defaults to current directory).
Returns:
A comprehensive security report of all project dependencies.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | . |