monitor_project
Enables continuous vulnerability monitoring for a project by scanning lockfiles, recording a baseline, and alerting on new vulnerabilities discovered after registration.
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 |