From 42001f98896407e3b3fc4fc2febcb3ae1101003e Mon Sep 17 00:00:00 2001 From: KooshaPari Date: Mon, 22 Jun 2026 20:54:23 -0700 Subject: [PATCH] audit(tasken): gitleaks + deny baseline --- .gitleaks.toml | 2 ++ deny.toml | 31 +++---------------------------- 2 files changed, 5 insertions(+), 28 deletions(-) create mode 100644 .gitleaks.toml diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000..5474857 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,2 @@ +[extend] +useDefault = true diff --git a/deny.toml b/deny.toml index d13ae92..bf6976d 100644 --- a/deny.toml +++ b/deny.toml @@ -1,29 +1,4 @@ -[licenses] -version = 2 -allow = [ - "Apache-2.0", - "Apache-2.0 WITH LLVM-exception", - "BSD-2-Clause", - "BSD-3-Clause", - "BSD-3-Clause-Clear", - "CC0-1.0", - "CC-BY-SA-4.0", - "GPL-3.0-only", - "ISC", - "MIT", - "MPL-2.0", - "Unicode-3.0", - "Unicode-DFS-2016", - "Zlib", - "0BSD", - "BlueOak-1.0.0", - "CDLA-Permissive-2.0", - "Unlicense", - "WTFPL", -] - -[sources] -unknown-git = "deny" - [advisories] -ignore = [] +vulnerability = "deny" +[licenses] +allow = ["MIT", "Apache-2.0"]