From e360cd885d5d1e74c43b424754dc2a01b7532d59 Mon Sep 17 00:00:00 2001 From: B Whitt Date: Tue, 19 May 2026 16:04:26 +0000 Subject: [PATCH] feat: onboard event-driven-ansible to CVE fixer workflow Add event-driven-ansible to component-repository-mappings.json with 3 upstream repos: - ansible/eda-server - ansible/eda-server-operator - ansible/ansible-rulebook Co-Authored-By: Claude Opus 4.6 --- .../component-repository-mappings.json | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/workflows/cve-fixer/component-repository-mappings.json b/workflows/cve-fixer/component-repository-mappings.json index d81a62d..8350d14 100644 --- a/workflows/cve-fixer/component-repository-mappings.json +++ b/workflows/cve-fixer/component-repository-mappings.json @@ -592,11 +592,37 @@ ] } ] + }, + "event-driven-ansible": { + "repos": [ + { + "url": "https://github.com/ansible/eda-server", + "type": "upstream", + "default_branch": "main", + "active_branches": [] + }, + { + "url": "https://github.com/ansible/eda-server-operator", + "type": "upstream", + "default_branch": "main", + "active_branches": [] + }, + { + "url": "https://github.com/ansible/ansible-rulebook", + "type": "upstream", + "default_branch": "main", + "active_branches": [ + "stable-1.1", + "stable-1.2", + "stable-1.3" + ] + } + ] } }, "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-04-16" + "last_updated": "2026-05-19" } }