Summary
The recommended install path uses cosign to verify the release, but cosign is not in the
prerequisites list and the page gives no install pointer for it.
Affected
- Page:
content/docs/getting-started/_index.md (prerequisites at lines 27–36; cosign
used at line 46)
Detail
The prerequisites list Git, Go, and Make. The recommended install path then invokes
cosign, which is not listed and was not present on a stock host. A reader on the
recommended path hits an unlisted dependency.
Suggested fix
Either add cosign to the prerequisites list with a link to its install instructions, or
present the signature-verification step as optional with its own dependency note. (See the
related issue on the cosign verify-blob command itself, which also needs correcting.)
Related: #59
Issue created with the help of Claude Opus 4.6
Summary
The recommended install path uses
cosignto verify the release, butcosignis not in theprerequisites list and the page gives no install pointer for it.
Affected
content/docs/getting-started/_index.md(prerequisites at lines 27–36;cosignused at line 46)
Detail
The prerequisites list Git, Go, and Make. The recommended install path then invokes
cosign, which is not listed and was not present on a stock host. A reader on therecommended path hits an unlisted dependency.
Suggested fix
Either add
cosignto the prerequisites list with a link to its install instructions, orpresent the signature-verification step as optional with its own dependency note. (See the
related issue on the
cosign verify-blobcommand itself, which also needs correcting.)Related: #59
Issue created with the help of Claude Opus 4.6