fix: Deno allow run git (#2791)
This commit is contained in:
committed by
GitHub
parent
f1107240ad
commit
90b1f0faf4
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user