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:
77
88data :
99 # See https://tekton.dev/docs/chains/config/
10- artifacts.taskrun.format : " in-toto"
1110
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"
1513 artifacts.taskrun.storage : " oci"
1614
17- # Attest pipelineruns the same way taskruns are attested, for details see:
18- # https://issues.redhat.com/browse/HACBS-264
15+ # Configure PipelineRun attestation
1916 artifacts.pipelinerun.format : " in-toto"
2017 artifacts.pipelinerun.storage : " oci"
2118
22- # For image signing iiuc
19+ # Configure image signing
2320 artifacts.oci.storage : " oci"
2421
2522 # 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