summaryrefslogtreecommitdiff
path: root/deny.toml
blob: 1a809ffcd6765ede40e8a99868264ef0ea67f64a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[licenses]
unlicensed = "deny"
copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "Unicode-DFS-2016"]
private = { ignore = true }

[bans]

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []