scan_image
Scan a Docker/OCI container image for vulnerabilities. Submit an image reference to get a job ID for tracking progress.
Instructions
Scan a Docker/OCI container image for vulnerabilities. Returns a job ID to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Docker image reference (e.g. nginx:1.27, ubuntu:24.04, ghcr.io/org/repo:tag) | |
| mode | No | Scan mode: light (fast) or deep (thorough with YARA) | light |