Skip to content

Commit c91cd27

Browse files
committed
Add trusted task rule data to allow konflux-ci tekton-catalog
Add a new trusted_task_rules section to rule_data.yml with an allow rule that trusts all tasks from oci://quay.io/konflux-ci/tekton-catalog/. Ref: https://issues.redhat.com/browse/EC-1539 (original story) Ref: release-engineering#195 (original PR) Ref: https://issues.redhat.com/browse/EC-1540
1 parent dd1a3dd commit c91cd27

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

data/trusted_task_rules.yml

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

0 commit comments

Comments
 (0)