scan_remote_image
Scan remote container images directly from registry using Grype. No Docker daemon needed; pulls manifest and layers for vulnerability detection.
Instructions
Scan a container image directly from a remote registry using Grype. No Docker daemon required — pulls the image manifest and layers directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Full image reference including registry (e.g. 'registry.io/org/image:tag') | |
| timeout | No | Timeout in seconds (default: 120) | |
| platform | No | Platform to scan (e.g. 'linux/amd64') | |
| severity | No | Minimum severity |