JOJ3-examples/conf.json

21 lines
373 B
JSON

{
"stages": [
{
"name": "healthcheck",
"executor": {
"name": "sandbox",
"with": {
"default": {
"args": [
"/tmp/repo-health-checker",
"-root=.",
"-allowedDomainList=example.com",
"-whitelistedChars=\u6d4b"
]
}
}
}
}
]
}