-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathdeny.toml
More file actions
31 lines (29 loc) · 636 Bytes
/
deny.toml
File metadata and controls
31 lines (29 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[licenses]
# We have to be careful on this part since we set 'unlicensed' to be allowed in order to minimize the output
# (Only show unallowed licenses as error)
#unlicensed = "allow"
confidence-threshold = 0.90
allow = [
"Apache-2.0",
"MIT",
"PostgreSQL",
"Apache-2.0 WITH LLVM-exception",
"Unicode-3.0",
"BSD-3-Clause",
"GPL-2.0-only",
"MPL-2.0",
"Zlib",
]
# ignore private packages
private = { ignore = true }
[bans]
multiple-versions = "deny"
skip-tree = [
"windows-targets",
"windows-sys",
"rand",
]
[bans.build]
executables = "deny"
#interpreted = "deny"
#include-archives = true