32 lines
589 B
JSON
32 lines
589 B
JSON
{
|
|
"folders": [
|
|
"../../ci",
|
|
"../../automation",
|
|
"../../deployments",
|
|
"../../code-scanning"
|
|
],
|
|
"allowed_categories" : [
|
|
"Continuous integration",
|
|
"Deployment",
|
|
"Code Scanning",
|
|
"Automation"
|
|
],
|
|
"folder_category_map": [
|
|
{
|
|
"name": "../../ci",
|
|
"category": "Continuous integration"
|
|
},
|
|
{
|
|
"name": "../../automation",
|
|
"category": "Automation"
|
|
},
|
|
{
|
|
"name": "../../deployments",
|
|
"category": "Deployment"
|
|
},
|
|
{
|
|
"name": "../../code-scanning",
|
|
"category": "Code Scanning"
|
|
}
|
|
]
|
|
} |