From 464a44a6e72b37cf1755968477e242a5e5f6ef7d Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:10:26 +0100 Subject: [PATCH] [automated] Remove hardcoded Scout subscription limit from analysis docs (#24498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > 🤖 Generated with [Claude Code](https://claude.com/claude-code) ## Summary - Removes the hardcoded "Docker Personal comes with 1 Scout-enabled repository" statement - Replaces it with a direct link to the pricing page, which is the source of truth for subscription limits - Reduces maintenance burden by avoiding inline duplication of subscription tier details Closes #24491 Co-authored-by: Claude Docs Agent --- content/manuals/scout/explore/analysis.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/manuals/scout/explore/analysis.md b/content/manuals/scout/explore/analysis.md index 0d7464b5c8..655eb1022b 100644 --- a/content/manuals/scout/explore/analysis.md +++ b/content/manuals/scout/explore/analysis.md @@ -29,11 +29,8 @@ see [Integrating Docker Scout with other systems](/manuals/scout/integrations/_i ## Activate Docker Scout on a repository -Docker Personal comes with 1 Scout-enabled repository. You can upgrade your -Docker subscription if you need additional repositories. See [Subscriptions and features](https://www.docker.com/pricing?ref=Docs&refAction=DocsScoutAnalysis) -to learn how many Scout-enabled -repositories come with each subscription tier. +to learn how many Scout-enabled repositories come with each subscription tier. Before you can activate image analysis on a repository in a third-party registry, the registry must be integrated with Docker Scout for your Docker organization. @@ -233,4 +230,3 @@ To analyze images larger than that: - Attach an [SBOM attestation](/manuals/build/metadata/attestations/sbom.md) at build-time. When an image includes an SBOM attestation, Docker Scout uses it instead of generating one, so the 10 GB limit doesn’t apply. - Alternatively, you can use the [CLI](#cli) to analyze the image locally. The 10 GB limit doesn’t apply when using the CLI. If the image includes an SBOM attestation, the CLI uses it to complete the analysis faster. -