Docker SBOM plugin migration to Docker Scout#25098
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The migration from the deprecated docker sbom plugin to docker scout sbom is clean and well-executed. Both changed files are correct, commands use valid syntax, the deprecation callout uses correct GitHub-style shortcode, and internal links resolve correctly. No high or medium issues found.
b9bc27a to
9c0817a
Compare
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
All findings were investigated and verified clean. The migration from docker sbom to docker scout sbom is accurate and well-documented:
- Format flags are correct:
--format spdxand--format cyclonedxare confirmed valid by the CLI reference (data/cli/scout/docker_scout_sbom.yaml) - Install script URL: Uses Docker's official canonical install URL — consistent with Docker Scout's own documentation
- Deprecation note: Clear and properly formatted using the
[!NOTE]callout - Migration section: Comprehensive, with correct before/after command pairs for all common workflows
- No vendored files touched
- No missing redirects (this PR modifies existing pages, not removes/moves them)
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
Two medium-severity content accuracy issues found in the migration documentation. No critical issues (no missing redirects, no vendored files touched, no broken markdown).
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
9c0817a to
979de85
Compare
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The PR cleanly migrates the C++ supply chain security guide from the deprecated docker sbom CLI plugin to docker scout sbom, and adds the plugin to the retired features page in retired.md. Changes are accurate, well-scoped, and consistent with Docker documentation conventions. No broken links, missing redirects for removed pages, or high/medium issues found.
Description
This PR documents the discontinuation of the standalone Docker SBOM CLI plugin and directs users to
docker scout sbom.The Docker Scout SBOM page now includes a deprecation note and migration examples for common
docker sbomworkflows. The C++ supply-chain security guide now uses Docker Scout instead of the discontinued plugin.The standalone plugin has been discontinued in favor of Docker Scout, so the docs should stop teaching new users to install or run
docker sbom.Related issues or tickets
Reviews