grype

Vulnerability scanner for container images and filesystems

brewmacoslinux
Try with needOr install directly
Source

About

Vulnerability scanner for container images and filesystems

Commands

grype

Examples

Scan a Docker image for vulnerabilities$ grype alpine:latest
Scan a local filesystem directory$ grype dir:/path/to/directory
Generate vulnerability report in JSON format$ grype alpine:latest -o json > report.json