mirror of
https://github.com/anchore/syft.git
synced 2026-02-13 11:06:43 +01:00
Update documentation to show SPDX support (#452)
* add docs for spdx support Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * copy updates for format options Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
fee35dd175
commit
fee74d57b8
@ -83,7 +83,9 @@ syft packages <image> -o <format>
|
|||||||
Where the `format`s available are:
|
Where the `format`s available are:
|
||||||
- `json`: Use this to get as much information out of Syft as possible!
|
- `json`: Use this to get as much information out of Syft as possible!
|
||||||
- `text`: A row-oriented, human-and-machine-friendly output.
|
- `text`: A row-oriented, human-and-machine-friendly output.
|
||||||
- `cyclonedx`: A XML report conforming to the [CycloneDX 1.2](https://cyclonedx.org/) specification.
|
- `cyclonedx`: A XML report conforming to the [CycloneDX 1.2 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).
|
- `table`: A columnar summary (default).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
@ -28,7 +28,9 @@ import (
|
|||||||
const (
|
const (
|
||||||
packagesExample = ` {{.appName}} {{.command}} alpine:latest a summary of discovered packages
|
packagesExample = ` {{.appName}} {{.command}} alpine:latest a summary of discovered packages
|
||||||
{{.appName}} {{.command}} alpine:latest -o json show all possible cataloging details
|
{{.appName}} {{.command}} alpine:latest -o json show all possible cataloging details
|
||||||
{{.appName}} {{.command}} alpine:latest -o cyclonedx show a CycloneDX SBOM
|
{{.appName}} {{.command}} alpine:latest -o cyclonedx show a CycloneDX formatted SBOM
|
||||||
|
{{.appName}} {{.command}} alpine:latest -o spdx show a SPDX 2.2 tag-value formatted SBOM
|
||||||
|
{{.appName}} {{.command}} alpine:latest -o spdx-json show a SPDX 2.2 JSON formatted SBOM
|
||||||
{{.appName}} {{.command}} alpine:latest -vv show verbose debug information
|
{{.appName}} {{.command}} alpine:latest -vv show verbose debug information
|
||||||
|
|
||||||
Supports the following image sources:
|
Supports the following image sources:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user