snyk_monitor_project
Set up continuous security monitoring for a project by integrating Snyk. Automatically track vulnerabilities and ensure ongoing protection for your project directory.
Instructions
Set up continuous monitoring for a project with Snyk.
Args:
project_path: Path to the project directory
Returns:
Status of monitoring setup and project details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | No | . |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"default": ".",
"title": "Project Path",
"type": "string"
}
},
"title": "snyk_monitor_projectArguments",
"type": "object"
}