Files
starter-workflows/script/validate-data/settings.json
T

26 lines
454 B
JSON
Raw Normal View History

{
"folders": [
"../../ci",
2021-09-06 11:04:54 +05:30
"../../automation",
2021-09-27 20:32:30 +01:00
"../../deployments",
"../../code-scanning"
],
2022-05-02 06:08:29 +00:00
"allowed_categories": [
2022-02-14 10:11:33 +00:00
{
2022-05-02 06:08:29 +00:00
"name": "Continuous integration",
"path": "../../ci"
2022-02-14 10:11:33 +00:00
},
{
2022-05-02 06:08:29 +00:00
"name": "Automation",
"path": "../../automation"
2022-02-14 10:11:33 +00:00
},
{
2022-05-02 06:08:29 +00:00
"path": "../../deployments",
"name": "Deployment"
2022-02-14 10:11:33 +00:00
},
{
2022-05-02 06:08:29 +00:00
"name": "Code Scanning",
"path": "../../code-scanning"
2022-02-14 10:11:33 +00:00
}
]
}