search_container_vulns
Search and filter container image vulnerabilities by keyword, status, CVSS score, or vulnerability type. Returns triage level, affected packages, and remediation advice.
Instructions
Search container image vulnerabilities detected by yamory. Returns triage level, status, affected image/package, solution, and advisory information. Results are scoped to the configured team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-indexed) | |
| size | No | Results per page (default: 100, max: 10000) | |
| status | No | Comma-separated statuses: open, in_progress, wont_fix_closed, not_vuln_closed, closed | |
| keyword | No | Search keyword — matches against project name, package name, CVE-ID, etc. | |
| vulnType | No | Vulnerability type filter | |
| cvssScore | No | Minimum CVSS score (0-10.0) | |
| includeKev | No | If true, only CISA KEV vulnerabilities | |
| includePoc | No | If true, only vulnerabilities with PoC | |
| yamoryTags | No | Comma-separated management tags | |
| triageLevel | No | Comma-separated triage levels: immediate, delayed, minor, none | |
| openTimestamp | No | Detected after this date. Format: YYYY-MM-DD or YYYY-MM-DDThh:mm:ssZ (UTC) |