fix: config

This commit is contained in:
zzjc1234 2024-05-12 12:35:08 +08:00
parent 0cb384a0d9
commit a0f51af30c
2 changed files with 1 additions and 6 deletions

View File

@ -4,8 +4,7 @@ name = "healthcheck"
[stages.executor] [stages.executor]
name = "sandbox" name = "sandbox"
[stages.executor.with.default] [stages.executor.with.default]
# args = ["bash","-c", "./build/healthcheck -root=./examples/healthcheck/reposize", "-meta='readme'", "-whitelist='.*\\.md'", "-whitelist='.*\\.json'", "-whitelist='.*\\.sh'", "-whitelist='.git.*'"] args = ["./healthcheck", "-root=.", "-meta='readme'", "-whitelist='.*\\.md'", "-whitelist='.*\\.json'", "-whitelist='.*\\.sh'", "-whitelist='.git.*'"]
args = ["bash","-c", "./stdin.sh"]
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

View File

@ -1,4 +0,0 @@
#!bash
# curl -o ./examples/healthcheck/reposize/hyprland https://hyprland.org/videos/end_4_rice_intro.mp4
./build/healthcheck -root=./examples/healthcheck/reposize -meta="readme " -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*"