From ecbfbe68969da8e3acd3e008778f87f98cefc4f7 Mon Sep 17 00:00:00 2001 From: Davide Icardi Date: Tue, 14 Dec 2021 13:11:48 +0100 Subject: [PATCH] update readme for possible output types (#669) Signed-off-by: Davide Icardi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c94d18d..68b4903a7 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,8 @@ syft packages -o Where the `formats` available are: - `json`: Use this to get as much information out of Syft as possible! - `text`: A row-oriented, human-and-machine-friendly output. -- `cyclonedx`: A XML report conforming to the [CycloneDX 1.2 specification](https://cyclonedx.org/specification/overview/). +- `cyclonedx`: A XML report conforming to the [CycloneDX 1.3 specification](https://cyclonedx.org/specification/overview/). +- `cyclonedx-json`: A JSON report conforming to the [CycloneDX 1.3 specification](https://cyclonedx.org/specification/overview/). - `spdx`: A tag-value formatted report conforming to the [SPDX 2.2 specification](https://spdx.github.io/spdx-spec/). - `spdx-json`: A JSON report conforming to the [SPDX 2.2 JSON Schema](https://github.com/spdx/spdx-spec/blob/v2.2/schemas/spdx-schema.json). - `table`: A columnar summary (default).