File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
operator/gitops/argocd/pipeline-service/tekton-chains Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,16 @@ metadata:
7
7
8
8
data :
9
9
# See https://tekton.dev/docs/chains/config/
10
- artifacts.taskrun.format : " in-toto"
11
10
12
- # The internal openshift image registry can handle storing
13
- # taskrun attestations with oci, but quay.io can't. So currently
14
- # we need to change this to "tekton" for quay.io registries.
11
+ # Configure TaskRun attestation
12
+ artifacts.taskrun.format : " in-toto"
15
13
artifacts.taskrun.storage : " oci"
16
14
17
- # Attest pipelineruns the same way taskruns are attested, for details see:
18
- # https://issues.redhat.com/browse/HACBS-264
15
+ # Configure PipelineRun attestation
19
16
artifacts.pipelinerun.format : " in-toto"
20
17
artifacts.pipelinerun.storage : " oci"
21
18
22
- # For image signing iiuc
19
+ # Configure image signing
23
20
artifacts.oci.storage : " oci"
24
21
25
22
# Rekor integration is disabled for now. It is planned to be re-introduced
You can’t perform that action at this time.
0 commit comments