Grype
A vulnerability scanner for container images and filesystems by Anchore.
Why consider Grype?
Grype is an open-source vulnerability scanner for container images and filesystems developed by Anchore. Written in Go, it matches installed software packages against curated vulnerability databases (NVD, GHSA, Alpine SecDB) with low false-positive rates.
Learn Grype by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Grype
Grype pairs directly with Syft SBOMs to identify vulnerable dependencies across Docker, OCI, and filesystem targets.
Quickstart
# Scan a Docker imagegrype ubuntu:latest# Scan directly from Syft SBOM outputsyft alpine:latest -o json | grypeGrype is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.