Skip to content

Commit c80a2a4

Browse files
authored
Added suppression rules for JS (Azure#13628)
1 parent 48068cf commit c80a2a4

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

eng/CredScanSuppression.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,35 @@
2424
{
2525
"hash": "5ETIzLYe9aa9Xx5512Uy6gJiCZ/CL2QzS3nDfN51nz8=",
2626
"_justification": "Secret used by test code"
27-
}
27+
},
28+
{
29+
"placeholder": [
30+
"`$`{NPM_TOKEN`}",
31+
"azure_client_secret&scope=https%3A%2F%2Fattest.azure.net%2F.default",
32+
"azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default",
33+
"SecretBaseUnion",
34+
"SecureString",
35+
"azure_client_secret&scope=https%3A%2F%2Feventhubs.azure.net%2F.default",
36+
"pass123",
37+
"pwd1",
38+
"azure_client_secret&scope=https%3A%2F%2Fcognitiveservices.azure.com%2F.default",
39+
"azure_client_secret&scope=https%3A%2F%2Fdigitaltwins.azure.net%2F.default",
40+
"p@55wOrd",
41+
"nodesdk",
42+
"liilef#$DdRGSa_ewkjh",
43+
"kt#_gahr!@aGERDXA",
44+
"goose",
45+
"_password"
46+
],
47+
"_justification": "Secret used by test code, it is fake."
48+
},
49+
{
50+
"file":[
51+
"sdk/identity/identity/test/azure-identity-chain-test.crt",
52+
"sdk/identity/identity/test/azure-identity-test.crt",
53+
"sdk/keyvault/keyvault-certificates/ca.key"
54+
],
55+
"_justification": "File contains private key used by test code."
56+
}
2857
]
2958
}

0 commit comments

Comments
 (0)