Skip to content

Commit 955b826

Browse files
lcarvaRoming22
authored andcommitted
Stop producing TaskRun attestations
https://issues.redhat.com/browse/HACBS-2209 RHTAP is only concerned with PipelineRun attestations. The TaskRun attestations add noise and potential confusion to users. Also, the PipelineRun attestation already contains all the data found on the TaskRun attestation. Signed-off-by: Luiz Carvalho <[email protected]>
1 parent e42f11f commit 955b826

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

operator/gitops/argocd/pipeline-service/tekton-chains/chains-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ metadata:
88
data:
99
# See https://tekton.dev/docs/chains/config/
1010

11-
# Configure TaskRun attestation
11+
# Configure TaskRun attestation. RHTAP does not leverage the TaskRun
12+
# attestations. This tells Tekton Chains to not store them in the OCI
13+
# registry.
1214
artifacts.taskrun.format: "in-toto"
13-
artifacts.taskrun.storage: "oci"
15+
artifacts.taskrun.storage: ""
1416

1517
# Configure PipelineRun attestation
1618
artifacts.pipelinerun.format: "in-toto"

0 commit comments

Comments
 (0)