Skip to content

[docs-scanner] Grammar error in provenance min mode description #24664

@docker-agent

Description

@docker-agent

File: content/manuals/build/metadata/attestations/slsa-provenance.md

Issue

Line 63 contains a grammar error with incorrect subject-verb agreement and missing preposition:

Values of build arguments, the identities of secrets, and rich layer metadata is
not included mode=min.

This should be "are not included in mode=min" (plural verb "are" to match the plural subjects, and preposition "in" before the mode reference).

Why this matters

This grammar error disrupts readability in a critical section explaining what information is excluded from min-mode provenance attestations. The incorrect verb agreement and missing preposition make the sentence harder to parse.

Suggested fix

Change line 63 from:

Values of build arguments, the identities of secrets, and rich layer metadata is
not included `mode=min`.

To:

Values of build arguments, the identities of secrets, and rich layer metadata are
not included in `mode=min`.

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