|
|
@@ -41,6 +41,7 @@ func init() {
|
|
|
"Info", "INFO", "env", "Env", "ENV", "environment", "Environment", "ENVIRONMENT"}
|
|
|
|
|
|
regexes = map[string]*regexp.Regexp{
|
|
|
+ "PKCS8": regexp.MustCompile("-----BEGIN PRIVATE KEY-----"),
|
|
|
"RSA": regexp.MustCompile("-----BEGIN RSA PRIVATE KEY-----"),
|
|
|
"SSH": regexp.MustCompile("-----BEGIN OPENSSH PRIVATE KEY-----"),
|
|
|
"Facebook": regexp.MustCompile("(?i)facebook.*['|\"][0-9a-f]{32}['|\"]"),
|