Skip to content

Commit 824806e

Browse files
authored
Merge pull request #2 from cisco-ai-defense/licenselist
Adding license allow list to fix CI issue
2 parents 8476ad8 + fdb2a3b commit 824806e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

deny.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[licenses]
2+
allow = [
3+
"MIT",
4+
"Apache-2.0",
5+
"Unicode-3.0",
6+
"BSD-2-Clause",
7+
]
8+
confidence-threshold = 0.8

0 commit comments

Comments
 (0)