mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
docs: update readme with new default format (#1974)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
parent
1ab36b4708
commit
8ea95c422c
1 changed files with 2 additions and 2 deletions
|
@ -295,8 +295,8 @@ grype <image> -o <format>
|
|||
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.
|
||||
|
|
Loading…
Reference in a new issue