scan_container_packages
Scan container image packages for known vulnerabilities by analyzing OS package data from Alpine, Debian, or Ubuntu systems. Identify security risks in container environments using OSV.dev vulnerability database.
Instructions
Scan container image packages (Alpine, Debian, Ubuntu OS packages) for known CVEs via OSV.dev. Input should be 'name:ecosystem:version' lines, one package per line, e.g. from 'apk info -v' or 'dpkg -l' output.
Supported ecosystems: Alpine, Debian, Ubuntu, and any OSV-supported ecosystem.
Args: packages: Newline-separated 'name:ecosystem:version' entries. Example: openssl:Alpine:3.0.7-r0 musl:Alpine:1.2.4_r2 libssl3:Debian:3.0.7-1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |