Skip to content

Commit 97521a8

Browse files
authored
Merge pull request #14 from advanced-security/copilot/update-mysql-secret-type
Update MySQL generic secret type identifier to `mysql_connection_url`
2 parents 7ef6948 + 6a933d5 commit 97521a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githubapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"http_basic_authentication_header",
3333
"http_bearer_authentication_header",
3434
"mongodb_connection_string",
35-
"mysql_connection_string",
35+
"mysql_connection_url",
3636
"openssh_private_key",
3737
"pgp_private_key",
3838
"postgres_connection_string",

0 commit comments

Comments
 (0)