Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/op-supported-parameters-tekton-chains-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Cluster administrators can use various supported parameter keys and values to co
| The signature backend for signing pipeline run payloads.
| `x509`, `kms`
| `x509`

| `artifacts.pipelinerun.enable-deep-inspection`
| When this parameter is `true`, {tekton-chains} records the results of the child task runs of a pipeline run. When this parameter is `false`, {tekton-chains} records the results of the pipeline run, but not of its child task runs.
| `"true", "false"`
| `"false"`
|===

[NOTE]
Expand Down Expand Up @@ -132,6 +137,12 @@ Cluster administrators can use various supported parameter keys and values to co
|
| `+https://tekton.dev/chains/v2+`

| `builddefinition.buildtype`
| The build type for in-toto attestation. When this parameter is `\https://tekton.dev/chains/v2/slsa`, {tekton-chains} records in-toto attestations in strict conformance with the SLSA v1.0 specification. When this parameter is `\https://tekton.dev/chains/v2/slsa-tekton`, {tekton-chains} records in-toto attestations with additional information, such as the labels and annotations in each `TaskRun` and `PipelineRun` object, and also adds each task in a `PipelineRun` object under `resolvedDependencies`.
| `https://tekton.dev/chains/v2/slsa`,`https://tekton.dev/chains/v2/slsa-tekton`
| `https://tekton.dev/chains/v2/slsa`


|===

If you enable the `docdb` storage method is for any artifacts, configure docstore storage options. For more information about the go-cloud docstore URI format, see the link:https://gocloud.dev/howto/docstore/[docstore package documentation]. {pipelines-title} supports the following docstore services:
Expand Down