ash-molten/deny.toml
Johan Andersson 5b3e7f415b
Add cargo-deny GitHub action (#11)
* Add cargo-deny GitHub action

* Remove Travis rule from mergify
2020-02-05 15:06:36 +01:00

18 lines
288 B
TOML

[bans]
multiple-versions = "deny"
deny = []
skip = []
[licenses]
unlicensed = "deny"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.92
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
]