forked from globalbao/awesome-azure-policy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmlc_config.json
30 lines (30 loc) · 827 Bytes
/
mlc_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"ignorePatterns": [
{
"pattern": "https://charotamine.medium.com/azure-policies-deploy-and-test-with-bicep-bfa80082ec1"
},
{
"pattern": "https://charotamine.medium.com/azure-policy-what-if-you-test-your-policies-5ddb12c95a07"
},
{
"pattern": "https://charotamine.medium.com/azure-spring-clean-diagnostic-settings-26c61d8d165d"
},
{
"pattern": "https://www.darwinsec.com/post/increasing-pci-compliance-in-your-azure-environment-by-using-custom-initiatives"
},
{
"pattern": "https://azsec.azurewebsites.net"
},
{
"pattern": "https://aka.ms/cmmc/alzmap"
},
{
"pattern": "https://adinermie.com"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}