Skip to content

Commit 464a44a

Browse files
dvdksnClaude Docs Agent
andauthored
[automated] Remove hardcoded Scout subscription limit from analysis docs (#24498)
> 🤖 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 <agent@claude-docs-harness>
1 parent b0a6d48 commit 464a44a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/manuals/scout/explore/analysis.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ see [Integrating Docker Scout with other systems](/manuals/scout/integrations/_i
2929

3030
## Activate Docker Scout on a repository
3131

32-
Docker Personal comes with 1 Scout-enabled repository. You can upgrade your
33-
Docker subscription if you need additional repositories.
3432
See [Subscriptions and features](https://www.docker.com/pricing?ref=Docs&refAction=DocsScoutAnalysis)
35-
to learn how many Scout-enabled
36-
repositories come with each subscription tier.
33+
to learn how many Scout-enabled repositories come with each subscription tier.
3734

3835
Before you can activate image analysis on a repository in a third-party registry,
3936
the registry must be integrated with Docker Scout for your Docker organization.
@@ -233,4 +230,3 @@ To analyze images larger than that:
233230

234231
- 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.
235232
- 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.
236-

0 commit comments

Comments
 (0)