feat(reconciler): filter TaskRun/PipelineRun by spec.managedBy - #1882
feat(reconciler): filter TaskRun/PipelineRun by spec.managedBy#1882khrm wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1882 +/- ##
==========================================
+ Coverage 61.95% 62.05% +0.10%
==========================================
Files 64 64
Lines 4071 4087 +16
==========================================
+ Hits 2522 2536 +14
- Misses 1268 1269 +1
- Partials 281 282 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
3badbab to
ab870dd
Compare
| }, Grafeas: GrafeasConfig{ | ||
| NoteHint: "This attestation note was generated by Tekton Chains", | ||
| }, | ||
| Storage: StorageConfigs{ |
There was a problem hiding this comment.
This change is due to gofumt.
e302582 to
71ed838
Compare
Skip signing runs managed by external controllers by filtering on the spec.managedBy field at the informer level. Runs with nil, empty, or "tekton.dev/pipeline" managedBy are always accepted. Additional values can be allowed via the "filter.managed-by" key in chains-config. Signed-off-by: Khurram Baig <khurram.baig@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Khurram Baig <kbaig@redhat.com>
71ed838 to
e017145
Compare
Skip signing runs managed by external controllers by filtering on the spec.managedBy field at the informer level. Runs with nil, empty, or "tekton.dev/pipeline" managedBy are always accepted. Additional values can be allowed via the "filter.managed-by" key in chains-config.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes