This commit is contained in:
zzjc1234 2024-05-25 23:24:23 +08:00
parent 50dbbb5a76
commit 2926f68091

View File

@ -3,12 +3,17 @@
"name": "healthcheck", "name": "healthcheck",
"results": "results":
[ [
{
"score": 0,
"comments": [
{ {
"name of check": "RepoSize", "name of check": "RepoSize",
"stdout": "Checking repository size: OK", "stdout": "Checking repository size: OK",
"exit code": 0, "exit code": 0,
"stderr": "", "stderr": "",
"errorLog": null "errorLog": null
}
]
}, },
{ {
"name of check": "forbiddenFile", "name of check": "forbiddenFile",