fix: Deno allow run git (#2791)

This commit is contained in:
Guillaume Bouvignies
2023-12-06 15:00:45 +01:00
committed by GitHub
parent f1107240ad
commit 90b1f0faf4

View File

@@ -288,7 +288,7 @@ run().catch(async (e) => {{
args.push("--allow-read=./,/tmp/windmill/cache/deno/");
args.push("--allow-write=./");
args.push("--allow-env");
args.push("--allow-run='git'");
args.push("--allow-run=git");
} else {
args.push("-A");
}