fix: args

This commit is contained in:
zzjc1234 2024-05-25 23:06:56 +08:00
parent 1b00862a58
commit cbccd9b2e5

View File

@ -4,7 +4,7 @@ name = "healthcheck"
[stages.executor] [stages.executor]
name = "sandbox" name = "sandbox"
[stages.executor.with.default] [stages.executor.with.default]
args = ["./healthcheck", "-root=.", "-meta=readme", "-whitelist=stderr", "-whitelist=stdout", "-whitelist=.*\\.toml", "-whitelist=.*\\.md", "-whitelist=.*\\.json", "-whitelist=.git.*"] args = ["./healthcheck", "-root=.", "-meta=readme", "-whitelist=stderr", "-whitelist=stdout", "-whitelist=.*\\.toml", "-whitelist=.*\\.md", "-whitelist=healthcheck", "-whitelist=.*\\.json", "-whitelist=.git.*"]
env = ["PATH=/usr/bin:/bin"] env = ["PATH=/usr/bin:/bin"]
cpuLimit = 10_000_000_000 cpuLimit = 10_000_000_000
memoryLimit = 104_857_600 memoryLimit = 104_857_600