fix: whitelist input
This commit is contained in:
parent
1f77a9128d
commit
77fda15419
2
stdin.sh
2
stdin.sh
|
@ -1,3 +1,3 @@
|
||||||
#!bash
|
#!bash
|
||||||
|
|
||||||
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=.*\.md -whitelist=.*\.json -whitelist=.*\.sh -whitelist=.git.* -whitelist=.*\.txt
|
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user