Skip to content
Snippets Groups Projects
Commit cbb4216d authored by Éloïs's avatar Éloïs
Browse files

ci: configure cargo deny

parent 279f35d6
No related branches found
No related tags found
1 merge request!10feat(dubp): impl simple payment from transparent account
Pipeline #11491 passed
...@@ -17,7 +17,7 @@ skip-tree = [ ...@@ -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 = [ ...@@ -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"
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment