Skip to content

[docs-scanner] Grammar error in SBOM generator description #24663

@docker-agent

Description

@docker-agent

File: content/manuals/build/metadata/attestations/sbom.md

Issue

Line 207 contains a grammar error with duplicate verb:

BuildKit generates the SBOM using a scanner plugin. By default, it uses is the
BuildKit Syft scanner
plugin.

The phrase "it uses is the" should be "it uses the".

Why this matters

This grammar error disrupts readability and makes the documentation appear less professional. While readers can likely infer the intended meaning, it creates unnecessary friction.

Suggested fix

Change line 207 from:

BuildKit generates the SBOM using a scanner plugin. By default, it uses is the

To:

BuildKit generates the SBOM using a scanner plugin. By default, it uses the

Found by nightly documentation quality scanner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions