Skip to content

Commit f386dba

Browse files
Copilotfelickz
andcommitted
Add ec_private_key and generic_private_key to GENERIC_SECRET_TYPES
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent 7604083 commit f386dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

githubapi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
GENERIC_SECRET_TYPES = ",".join(
2929
[
30+
"ec_private_key",
31+
"generic_private_key",
3032
"http_basic_authentication_header",
3133
"http_bearer_authentication_header",
3234
"mongodb_connection_string",

0 commit comments

Comments
 (0)