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"]