diff --git a/help/cli-commands/container-sbom.md b/help/cli-commands/container-sbom.md index 4763ff9443..5b6840c717 100644 --- a/help/cli-commands/container-sbom.md +++ b/help/cli-commands/container-sbom.md @@ -10,7 +10,7 @@ The `snyk container sbom` feature requires an internet connection. ## Usage -`$ snyk container sbom --format= [--org=] [--exclude-app-vulns] ` +`$ snyk container sbom --format= [--org=] [--platform=] [--exclude-app-vulns] ` ## Description @@ -59,6 +59,12 @@ If you have multiple organizations, you can set a default from the CLI using: For more information, see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli) +### `--platform=` + +For multi-architecture images, specify the platform for the container image. + +Supported platforms are: `linux/amd64`, `linux/arm64`, `linux/riscv64`, `linux/ppc64le`, `linux/s390x`, `linux/386`, `linux/arm/v7`, or `linux/arm/v6` + ### `[--exclude-app-vulns]` Snyk scans and generates an SBOM for operating system dependencies as well as application dependencies in your image by default.