timps_container_image_scanner
Scan container images and Dockerfiles to identify CVEs, misconfigurations, and supply-chain risks. Uses existing scanners when available, otherwise performs static Dockerfile analysis to surface vulnerabilities.
Instructions
Scan a container image / Dockerfile for CVEs, misconfigurations, and supply-chain risk. Wraps trivy/grype/syft when present; falls back to static analysis of the Dockerfile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |