From d0cdad19228883172ac302f9f043d1a95e7454c7 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 18:25:41 +0000 Subject: [PATCH] fix: add headlamp-argocd-plugin to ci-health-check.sh (#114) Strip broken fetch_plugin_repos function (Nancy's QA review identified: - wrong API endpoint / repos/privilegedescalation returns 404 - broken --jq/--arg invocation - missing --paginate - unanchored regex - non-plugin filter missing - dead code: defined but never called) Follow-up for proper dynamic discovery tracked in PRI-256 follow-up. Co-authored-by: Chris Farhood --- .github/scripts/ci-health-check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/ci-health-check.sh b/.github/scripts/ci-health-check.sh index cfa99a1..3b003d4 100755 --- a/.github/scripts/ci-health-check.sh +++ b/.github/scripts/ci-health-check.sh @@ -5,6 +5,7 @@ set -euo pipefail ORG="privilegedescalation" + PLUGIN_REPOS=( headlamp-polaris-plugin headlamp-rook-plugin @@ -12,6 +13,7 @@ PLUGIN_REPOS=( headlamp-intel-gpu-plugin headlamp-tns-csi-plugin headlamp-kube-vip-plugin + headlamp-argocd-plugin headlamp-plugin-template )