diff --git a/developer-tools/snyk-cli/cli-commands-and-options-summary.md b/developer-tools/snyk-cli/cli-commands-and-options-summary.md index baf6e3c83674..d293bfdd06e0 100644 --- a/developer-tools/snyk-cli/cli-commands-and-options-summary.md +++ b/developer-tools/snyk-cli/cli-commands-and-options-summary.md @@ -224,6 +224,7 @@ Lists of the options for Snyk CLI commands follow. Each option is followed by th ## `snyk aibom` command options +`--enriched`: When enabled, runs additional slower enrichment steps on the AI-BOM\ `--html`\ `--json-file-output`: [snyk aibom](commands/aibom.md) diff --git a/developer-tools/snyk-cli/commands/aibom-test.md b/developer-tools/snyk-cli/commands/aibom-test.md index 0b35a2df5ac3..e6e0ba71f2fa 100644 --- a/developer-tools/snyk-cli/commands/aibom-test.md +++ b/developer-tools/snyk-cli/commands/aibom-test.md @@ -74,6 +74,12 @@ This generates an AI-BOM for the current directory, runs the policy test for the Example: `$ snyk aibom test --json-file-output=results.json` +### `--enriched` + +**Optional**. When enabled, runs additional slower enrichment steps on the AI-BOM before the policy test. + +Example: `$ snyk aibom test --enriched` + ### `--severity-threshold=` **Optional**. Minimum severity that triggers `action_needed` (exit code 1). Only issues at or above this level cause the command to exit with 1. Default: `low`. diff --git a/developer-tools/snyk-cli/commands/aibom.md b/developer-tools/snyk-cli/commands/aibom.md index 4d713c8b310d..e0cdcf2a0cfa 100644 --- a/developer-tools/snyk-cli/commands/aibom.md +++ b/developer-tools/snyk-cli/commands/aibom.md @@ -86,6 +86,15 @@ Default: `` that is the current preferred Organization in your [Account **Optional**. Persist the AIBOM into your Snyk Organization. This flag requires the [`--repo`](aibom.md#repo) flag. It enables you to view your AI-BOM for the repository in the Evo web interface. +### `--enriched` + +**Optional**. When enabled, runs additional slower enrichment steps on the AI-BOM. + +```bash +snyk aibom --enriched +snyk aibom --enriched --upload --repo https://github.com/[owner]/[repo] +``` + ### `--repo` **Optional**. Specify the repository to use when persisting the AI-BOM. Required when you use the [`--upload`](aibom.md#upload) flag. diff --git a/discover-snyk/whats-new.md b/discover-snyk/whats-new.md index 47fcf68379d4..7a06bceee763 100644 --- a/discover-snyk/whats-new.md +++ b/discover-snyk/whats-new.md @@ -8,6 +8,12 @@ description: Recent updates to Snyk products and documentation, including new fe The most recent updates include significant changes to the user docs, such as features added or removed, structural changes that affect how you find relevant information, and other improvements to enhance your interaction with the Snyk knowledge base. +## August 2026 + +### Snyk CLI + +* AI-BOM enrichment from the CLI: the `snyk aibom` and `snyk aibom test` commands document the new `--enriched` option. When enabled, it runs additional slower enrichment steps on the AI-BOM. Visit [snyk aibom](https://docs.snyk.io/developer-tools/snyk-cli/commands/aibom) and [snyk aibom test](https://docs.snyk.io/developer-tools/snyk-cli/commands/aibom-test) for more details. + ## June 2026 ### Snyk CLI