website icon indicating copy to clipboard operation
website copied to clipboard

Supply Chain Security - Getting Started

Open michaelsatish opened this issue 3 years ago • 1 comments

Expected Behavior

The word "TaskRuns" on the first bullet point under the Current features include section lacks highlights. The whole word should be highlighted.

Signing TaskRun results with user provided cryptographic keys, including TaskRuns themselves and OCI Images

Actual Behavior

Signing TaskRun results with user provided cryptographic keys, including TaskRuns themselves and OCI Images.

The alphabet "s" is missed out from the highlights.

Steps to Reproduce the Problem

  1. Visit "https://tekton.dev/docs/chains/#getting-started"

michaelsatish avatar Aug 17 '22 10:08 michaelsatish

I believe this is intentional as TaskRun is the kind that's being referenced. However, we do appear to have some inconsistency across the docs, with some content using TaskRuns and other TaskRuns.

@geriom fyi

AlanGreene avatar Aug 17 '22 11:08 AlanGreene

I think this was already changed on the corresponding repo.

Something worth mentioning is that we are following Kubernetes guidelines in this regard, namely use upper camel case for API objects and do not use code style unless it's specifically referring to code or file names.

So I that case it should be TaskRuns instead of TaksRuns. I'm going to do a major review of the Chains documentation and maybe move some content around next month.

geriom avatar Oct 26 '22 16:10 geriom