mirror of https://github.com/docker/docs.git
Update content/build/attestations/sbom.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
86a41bc74d
commit
11e1858ab8
|
@ -190,7 +190,7 @@ $ docker buildx imagetools inspect <namespace>/<image>:<version> \
|
|||
|
||||
> **Tip**
|
||||
>
|
||||
> If the image is multi-arch, you can use check the index for the arch you want with `--format '{{ json (index .SBOM "linux/amd64").SPDX }}'`.
|
||||
> If the image is multi-platform, you can check the SBOM for a platform-specific index using `--format '{{ json (index .SBOM "linux/amd64").SPDX }}'`.
|
||||
{ .tip }
|
||||
|
||||
You can also construct more complex expressions using the full functionality
|
||||
|
|
Loading…
Reference in New Issue