From cbdeb35891cb4eea7aaeb140c9d2206751082863 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 20 Sep 2024 14:32:25 +0530 Subject: chore: update tools allow-run list (#25756) --- tools/build_bench.ts | 2 +- tools/format.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/build_bench.ts b/tools/build_bench.ts index 31f7a29a9..400737561 100755 --- a/tools/build_bench.ts +++ b/tools/build_bench.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run +#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=git,cargo // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import $ from "https://deno.land/x/dax@0.32.0/mod.ts"; diff --git a/tools/format.js b/tools/format.js index c1f151b55..74c608644 100755 --- a/tools/format.js +++ b/tools/format.js @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net --config=tests/config/deno.json +#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run=deno --allow-net --config=tests/config/deno.json // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. import { join, ROOT_PATH } from "./util.js"; -- cgit v1.2.3