We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b60420 + f386dba commit eec2d96Copy full SHA for eec2d96
1 file changed
githubapi.py
@@ -27,6 +27,8 @@
27
28
GENERIC_SECRET_TYPES = ",".join(
29
[
30
+ "ec_private_key",
31
+ "generic_private_key",
32
"http_basic_authentication_header",
33
"http_bearer_authentication_header",
34
"mongodb_connection_string",
0 commit comments