Alternatives to Grype
Find known vulnerabilities in container images and filesystems. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Grype
Find known vulnerabilities in container images and filesystems.
Replacements
Listings that take over the same core job as Grype.
Trivy
Scan software and infrastructure for known security issues.
Trivy scans containers and filesystems for known vulnerabilities like Grype, and also adds configuration checks for infrastructure, under the same Apache-2.0 license.
OSV-Scanner
Check project dependencies against the OSV vulnerability database.
OSV-Scanner checks project dependencies against the OSV vulnerability database across many ecosystems, focusing on dependency files rather than container images.
Dependency-Check
OWASP scanner that finds known vulnerabilities in a project's dependencies.
Dependency-Check is an OWASP scanner that matches dependencies to CPE identifiers, integrates with Maven, Gradle and Jenkins, and needs an NVD API key and large initial download.
Also worth comparing
These listings name Grype as their own alternative, so the relationship runs both ways.
Clair
A self-hosted service that statically analyses container images for known vulnerabilities.
Grype finds known vulnerabilities in container images and filesystems and can scan SBOMs from the command line rather than running as a service.
Vuls
Assess known vulnerabilities on Linux and FreeBSD systems.
Grype finds known vulnerabilities in container images and filesystems and can read SBOMs, focusing on packages rather than whole-system assessment of servers.
Similar software
Related functionality, not a direct replacement.
Syft
Generate software bills of materials from images and files.
Dependency-Track
Track component risk using software bills of materials.
DefectDojo
An open source, self-hosted vulnerability management platform that collects and tracks findings from security scanners.
Kubescape
Assess Kubernetes configuration and runtime security.
Harbor
A self-hosted container registry with vulnerability scanning, image signing and role-based access control.