From 76040835f26b34bbddd95da43a0411e3a7b056a8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:48:30 +0000 Subject: [PATCH 1/2] Initial plan From f386dba9d8a1da100616668cc95b5ddb84c7f8bf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:54:30 +0000 Subject: [PATCH 2/2] Add ec_private_key and generic_private_key to GENERIC_SECRET_TYPES Co-authored-by: felickz <1760475+felickz@users.noreply.github.com> --- githubapi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/githubapi.py b/githubapi.py index 1817755..671a059 100644 --- a/githubapi.py +++ b/githubapi.py @@ -27,6 +27,8 @@ GENERIC_SECRET_TYPES = ",".join( [ + "ec_private_key", + "generic_private_key", "http_basic_authentication_header", "http_bearer_authentication_header", "mongodb_connection_string",