ci: configure cargo deny

This commit is contained in:
librelois 2021-03-28 21:18:02 +02:00
parent 279f35d6c4
commit cbb4216d7a
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@ skip-tree = [
[licenses] [licenses]
unlicensed = "deny" unlicensed = "deny"
# We want really high confidence when inferring licenses from text # We want really high confidence when inferring licenses from text
confidence-threshold = 0.92 confidence-threshold = 0.8
allow = [ allow = [
"AGPL-3.0", "AGPL-3.0",
"Apache-2.0", "Apache-2.0",
@ -48,3 +48,7 @@ license-files = [
[sources] [sources]
unknown-registry = "deny" unknown-registry = "deny"
unknown-git = "deny" unknown-git = "deny"
allow-git = [
"https://git.duniter.org/libs/dubp-rs-client-lib",
"https://git.duniter.org/nodes/typescript/duniter"
]