From 8ea95c422ce1f8e28892693b9115afdccb8db881 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:27:40 -0400 Subject: [PATCH] docs: update readme with new default format (#1974) Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c7d2cf8d7d..72e5e88c41f 100644 --- a/README.md +++ b/README.md @@ -295,8 +295,8 @@ grype -o Where the formats available are: - `table`: A columnar summary (default). -- `cyclonedx`: An XML report conforming to the [CycloneDX 1.4 specification](https://cyclonedx.org/specification/overview/). -- `cyclonedx-json`: A JSON report conforming to the [CycloneDX 1.4 specification](https://cyclonedx.org/specification/overview/). +- `cyclonedx`: An XML report conforming to the [CycloneDX 1.6 specification](https://cyclonedx.org/specification/overview/). +- `cyclonedx-json`: A JSON report conforming to the [CycloneDX 1.6 specification](https://cyclonedx.org/specification/overview/). - `json`: Use this to get as much information out of Grype as possible! - `sarif`: Use this option to get a [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) report (Static Analysis Results Interchange Format) - `template`: Lets the user specify the output format. See ["Using templates"](#using-templates) below.