From 2a1de3c59466bc736f9fe9214d68ed6770197894 Mon Sep 17 00:00:00 2001 From: theakshaypant Date: Fri, 12 Jun 2026 04:37:53 +0000 Subject: [PATCH] feat: onboard Pipelines as Code to CVE fixer workflow Add Pipelines as Code to component-repository-mappings.json - Repo: https://github.com/tektoncd/pipelines-as-code (upstream) - Active branches: main, release-v0.48.x, release-0.42.x, release-v0.39.x, release-v0.37.x, release-v0.27.x - Containers: watcher, controller, webhook, cli (all -rhel9) Co-Authored-By: Claude Sonnet 4.6 --- .../component-repository-mappings.json | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/workflows/cve-fixer/component-repository-mappings.json b/workflows/cve-fixer/component-repository-mappings.json index 8350d14..8b6862c 100644 --- a/workflows/cve-fixer/component-repository-mappings.json +++ b/workflows/cve-fixer/component-repository-mappings.json @@ -618,11 +618,34 @@ ] } ] + }, + "Pipelines as Code": { + "repos": [ + { + "url": "https://github.com/tektoncd/pipelines-as-code", + "type": "upstream", + "default_branch": "main", + "active_branches": [ + "main", + "release-v0.48.x", + "release-0.42.x", + "release-v0.39.x", + "release-v0.37.x", + "release-v0.27.x" + ], + "containers": [ + "openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9", + "openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9", + "openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9", + "openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9" + ] + } + ] } }, "metadata": { "description": "Component to repository and branch mappings for CVE fix workflow automation", "purpose": "Maps Jira components to GitHub repositories and their branch strategies for automated CVE patching", - "last_updated": "2026-05-19" + "last_updated": "2026-06-12" } }