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