From 770c0b4802c6d86726011b29a78d2c67c33af7ae Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Thu, 28 Sep 2023 07:53:44 +0200 Subject: [PATCH] Add `curl` to list of ignored binaries --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 499a6a48c..b7eb2226b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -24,6 +24,7 @@ export const IGNORED_GLOBAL_BINARIES = [ 'cd', 'chmod', 'cp', + 'curl', 'deno', 'dirname', 'echo',