From 11e1858ab8b63a916b04ecf3b2a37987a59f7474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serta=C3=A7=20=C3=96zercan?= <852750+sozercan@users.noreply.github.com> Date: Tue, 26 Mar 2024 09:29:42 -0700 Subject: [PATCH] Update content/build/attestations/sbom.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/attestations/sbom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/build/attestations/sbom.md b/content/build/attestations/sbom.md index 4adf3d16b2..30bc4ca7d9 100644 --- a/content/build/attestations/sbom.md +++ b/content/build/attestations/sbom.md @@ -190,7 +190,7 @@ $ docker buildx imagetools inspect /: \ > **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