From ef1e319e1fa72789b0c38cc65ab26ce8b804bedb Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Sat, 13 Mar 2021 03:41:33 +0100 Subject: [PATCH] ci: LICENSE threshold it too high --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 839ccdc..06b9fc0 100644 --- a/deny.toml +++ b/deny.toml @@ -17,7 +17,7 @@ skip-tree = [ [licenses] unlicensed = "deny" # We want really high confidence when inferring licenses from text -confidence-threshold = 0.92 +confidence-threshold = 0.8 allow = [ "AGPL-3.0", "Apache-2.0", -- GitLab