diff --git a/content/build/attestations/sbom.md b/content/build/attestations/sbom.md index 20586689e3..30bc4ca7d9 100644 --- a/content/build/attestations/sbom.md +++ b/content/build/attestations/sbom.md @@ -188,6 +188,11 @@ $ docker buildx imagetools inspect /: \ } ``` +> **Tip** +> +> 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 of Go templates. For example, you can list all the installed packages and their version identifiers: