Skip to content

Commit 3c34df5

Browse files
authored
docs: update README to include PipelineRun signing capability (#1371)
* docs: update attestation format link to slsa/v1 Update the attestation format link in README.md from intoto to slsa/v1, which points to the SLSA provenance documentation. * docs: update README to include PipelineRun signing capability Update the documentation to reflect that Tekton Chains now supports signing both TaskRuns and PipelineRuns. This includes: - Adding PipelineRun to the list of observed resources - Updating feature list to include PipelineRun signing
1 parent d4c7d19 commit 3c34df5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Supply Chain Security in Tekton Pipelines
3434
Tekton Chains is a Kubernetes Custom Resource Definition (CRD) controller that
3535
allows you to manage your supply chain security in Tekton.
3636

37-
In its default mode of operation, Chains works by observing all `TaskRuns`
38-
executions in your cluster. When `TaskRuns` complete, Chains takes a snapshot of
37+
In its default mode of operation, Chains works by observing all `TaskRuns` and `PipelineRuns`
38+
executions in your cluster. When they complete, Chains takes a snapshot of
3939
them. Chains then converts this snapshot to one or more standard payload
4040
formats, signs them and stores them somewhere.
4141

4242
Current features include:
4343

44-
- Signing `TaskRun` results with user provided cryptographic keys, including
45-
`TaskRun`s themselves and OCI Images
46-
- Attestation formats like [intoto](docs/intoto.md)
44+
- Signing `TaskRun` and `PipelineRun` results with user provided cryptographic keys,
45+
including the `TaskRun` or `PipelineRun` themselves and OCI Images
46+
- Attestation formats like [slsa/v1](docs/slsa-provenance.md#how-to-configure-tekton-chains)
4747
- Signing with a variety of cryptographic key types and services (x509, KMS)
4848
- Support for multiple storage backends for signatures
4949

0 commit comments

Comments
 (0)