diff --git a/conf.toml b/conf.toml index 49afe2f..61e3a8c 100644 --- a/conf.toml +++ b/conf.toml @@ -4,8 +4,7 @@ name = "healthcheck" [stages.executor] name = "sandbox" [stages.executor.with.default] -# args = ["bash","-c", "./build/healthcheck -root=./examples/healthcheck/reposize", "-meta='readme'", "-whitelist='.*\\.md'", "-whitelist='.*\\.json'", "-whitelist='.*\\.sh'", "-whitelist='.git.*'"] -args = ["bash","-c", "./stdin.sh"] +args = ["./healthcheck", "-root=.", "-meta='readme'", "-whitelist='.*\\.md'", "-whitelist='.*\\.json'", "-whitelist='.*\\.sh'", "-whitelist='.git.*'"] env = ["PATH=/usr/bin:/bin"] cpuLimit = 10_000_000_000 memoryLimit = 104_857_600 diff --git a/stdin.sh b/stdin.sh deleted file mode 100644 index f15db43..0000000 --- a/stdin.sh +++ /dev/null @@ -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.*"