Skip to content

Commit 9e4f0c3

Browse files
authored
Add default license whitelist for testing (#35)
1 parent 8ecd7dc commit 9e4f0c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/default_license_whitelist.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[tool.conda-deny]
2+
safe-licenses = [
3+
"Apache-2.0",
4+
"Unlicense",
5+
"WTFPL",
6+
"MIT",
7+
]
8+
ignore-packages = [
9+
{package="_libgcc_mutex"}
10+
]

0 commit comments

Comments
 (0)