Skip to content

Commit c460cca

Browse files
committed
Add trusted task rule data to allow konflux-ci/tekton-catalog
Add a new rule data file `data/trusted_task_rules.yaml` with an allow rule that trusts all tasks from oci://quay.io/konflux-ci/tekton-catalog/ Ref: https://issues.redhat.com/browse/EC-1539 Assisted-by: Cursor (using claude-4.5-sonnet)
1 parent 70bce69 commit c460cca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/trusted_task_rules.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trusted_task_rules:
2+
allow:
3+
- name: Implicitly trust all tasks from konflux-ci/tekton-catalog
4+
pattern: oci://quay.io/konflux-ci/tekton-catalog/*

0 commit comments

Comments
 (0)