ostree/deny.toml
Colin Walters d3762be9b3 deny: Sync with rpm-ostree
This extends the license set basically and ignores private repos
(which we don't have any yet).
2022-07-08 09:33:18 -04:00

13 lines
279 B
TOML

[licenses]
unlicensed = "deny"
copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0"]
private = { ignore = true }
[bans]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = []