Skip to content

Commit 4db54af

Browse files
authored
feat(config): include azure and google Cloud secret key to default rules (#9)
1 parent 94bf995 commit 4db54af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

default-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"name": "Heroku API key",
3030
"pattern": "heroku\\s*[:=]\\s*[0-9a-fA-F]{32}",
3131
"flags": "gi"
32+
},
33+
{
34+
"name": "Azure Storage Account Key",
35+
"pattern": "(AccountKey\\s*[:=]\\s*)[A-Za-z0-9+/]{88}==",
36+
"flags": "gi"
37+
},
38+
{
39+
"name": "Google Cloud API Key",
40+
"pattern": "AIza[0-9A-Za-z\\-_]{35,}",
41+
"flags": "g"
3242
}
3343
]
3444
}

0 commit comments

Comments
 (0)