mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
docs: add "cyclonedx-json" to output formats (#1252)
Signed-off-by: HNKNTA <hnknta@gmail.com>
This commit is contained in:
parent
74a5d6d4fc
commit
9ba7a6a1ad
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue