feat: tidy conf
This commit is contained in:
parent
a0008c69be
commit
244590b5f1
22
conf.json
22
conf.json
|
@ -9,14 +9,17 @@
|
||||||
"args": [
|
"args": [
|
||||||
"./healthcheck",
|
"./healthcheck",
|
||||||
"-root=.",
|
"-root=.",
|
||||||
"releaseCheck=false",
|
"-whitelist=stderr",
|
||||||
"-releaseTag=h1",
|
"-whitelist=stdout",
|
||||||
"-releaseTag=h2",
|
"-whitelist=.*\\.md",
|
||||||
"-releaseTag=test"
|
"-whitelist=.*\\.json",
|
||||||
],
|
"-whitelist=healthcheck",
|
||||||
"env": [
|
"releaseCheck=false",
|
||||||
"PATH=/usr/bin:/bin"
|
"-releaseTag=h1",
|
||||||
|
"-releaseTag=h2",
|
||||||
|
"-releaseTag=test"
|
||||||
],
|
],
|
||||||
|
"env": ["PATH=/usr/bin:/bin"],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 104857600,
|
||||||
"procLimit": 50,
|
"procLimit": 50,
|
||||||
|
@ -26,10 +29,7 @@
|
||||||
"src": "./../../../../../../build/healthcheck"
|
"src": "./../../../../../../build/healthcheck"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"copyOut": [
|
"copyOut": ["stdout", "stderr"],
|
||||||
"stdout",
|
|
||||||
"stderr"
|
|
||||||
],
|
|
||||||
"stdin": {
|
"stdin": {
|
||||||
"content": ""
|
"content": ""
|
||||||
},
|
},
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
[{"name":"healthcheck","results":[{"score":0,"comment":"### Forbidden File Check Failed:\nThe following forbidden files were found: README.md, conf.json, expected.json, healthcheck, stderr, stdin.sh, stdout\n\nTo fix it, first make a backup of your repository and then run the following commands:\nfor i in README.md conf.json expected.json healthcheck stderr stdin.sh stdout; do git filter-repo --force --invert-paths --path \"$i\"; done\ngit remote add origin \ngit push --set-upstream origin --force\n"}],"force_quit":true}]
|
[{"name":"healthcheck","results":[{"score":0,"comment":""}],"force_quit":false}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user