mirror of https://github.com/docker/docs.git
fix console output
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
ab4991f9b2
commit
1ffb53ee8c
|
@ -15,7 +15,6 @@ A Software Bill Of Materials (SBOM) is analogous to a packing list for a shipmen
|
||||||
|
|
||||||
The experimental `docker sbom` command allows you to generate the SBOM of a container image. Today, it does this by scanning the layers of the image using the [Syft project](https://github.com/anchore/syft) but in future it may read the SBOM from the image itself or elsewhere.
|
The experimental `docker sbom` command allows you to generate the SBOM of a container image. Today, it does this by scanning the layers of the image using the [Syft project](https://github.com/anchore/syft) but in future it may read the SBOM from the image itself or elsewhere.
|
||||||
|
|
||||||
|
|
||||||
## Simple use
|
## Simple use
|
||||||
|
|
||||||
To output a tabulated SBOM for an image, use `docker sbom <image>:<tag>`:
|
To output a tabulated SBOM for an image, use `docker sbom <image>:<tag>`:
|
||||||
|
@ -94,5 +93,5 @@ $ cat sbom.json
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
Thanks for trying the Docker SBOM CLI plugin. We’d love to hear from you. You can provide feedback and report any bugs through the Issues tracker in the [docker/[sbom-cli-plugin](https://github.com/docker/sbom-cli-plugin){: target="_blank" rel="noopener" class="_"} GitHub repository.
|
Thanks for trying the Docker SBOM CLI plugin. We’d love to hear from you. You can provide feedback and report any bugs through the Issues tracker in the
|
||||||
|
[docker/sbom-cli-plugin](https://github.com/docker/sbom-cli-plugin){: target="_blank" rel="noopener" class="_"} GitHub repository.
|
||||||
|
|
Loading…
Reference in New Issue