monitor_project
Register a project to monitor its dependencies for vulnerabilities. Scans lockfiles, records baseline, and enables detection of new vulnerabilities over time.
Instructions
Register a project for continuous vulnerability monitoring.
Scans the project's lockfiles, records the current vulnerability baseline, and stores a snapshot. Use check_alerts later to see new vulnerabilities that appeared since registration.
Args: project_path: Path to the project root. Defaults to current directory. project_name: Human-readable name for the project. Defaults to directory name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | . | |
| project_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |