docs: add "cyclonedx-json" to output formats (#1252)

Signed-off-by: HNKNTA <hnknta@gmail.com>
This commit is contained in:
HNKNTA 2023-05-03 00:20:47 +03:00 committed by GitHub
parent 74a5d6d4fc
commit 9ba7a6a1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,10 +247,11 @@ The output format for Grype is configurable as well:
grype <image> -o <format>
```
Where the `format`s available are:
Where the formats available are:
- `table`: A columnar summary (default).
- `cyclonedx`: An XML report conforming to the [CycloneDX 1.2](https://cyclonedx.org/) specification.
- `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/).
- `json`: Use this to get as much information out of Grype as possible!
- `template`: Lets the user specify the output format. See ["Using templates"](#using-templates) below.