Soften Security Center "continuous" scanning language#4297
Merged
Conversation
The "How CVE scanning works" section claimed every image is scanned "continuously," which reads as real-time and overstates the behavior. Scanning actually runs on a recurring schedule with variable frequency: newly promoted images are scanned right away, and previously scanned images are rescanned periodically, more often for recently promoted images than for older ones. Reword to describe a recurring schedule without committing to the exact cadence, which may change. Keeps the honest, valuable point that CVEs surface after release without requiring a new release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
divolgin
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reword the "How CVE scanning works" section of the Security Center (Alpha) docs so it no longer claims every image is scanned continuously.
Why
"Continuously" reads as real-time and overstates what the system does. Scanning actually runs on a recurring schedule with variable frequency:
The new wording describes a recurring schedule without committing to the exact cadence (which may change), while keeping the honest and valuable point that newly disclosed CVEs surface after release without requiring a new release.
Change
Before:
After:
Scope is intentionally limited to the continuous-scanning language. The SecureBuild references are left as-is.
🤖 Generated with Claude Code