From f4fe3d0a9fa0ff81dbd44d769c870e76730c1411 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 26 Nov 2024 11:14:31 -0500 Subject: [PATCH] note supported grype versions (#2287) Signed-off-by: Alex Goodman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2845b5cec2c..14ea6bfa827 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ grype --add-cpes-if-none --distro alpine:3.10 sbom:some-alpine-3.10.spdx.json ### Supported versions -Any version of Grype before v0.40.1 is not supported. Unsupported releases will not receive any software updates or +Any version of Grype before v0.51.0 (Oct 2022) is not supported. Unsupported releases will not receive any software updates or vulnerability database updates. You can still build vulnerability databases for unsupported Grype releases by using previous releases of [vunnel](https://github.com/anchore/vunnel) to gather the upstream data and [grype-db](https://github.com/anchore/grype-db) to build databases for unsupported schemas.