fix(ci): add GPL-3.0-only to allowed licenses, fix taplo formatting
This commit is contained in:
@@ -3,15 +3,13 @@
|
||||
|
||||
[graph]
|
||||
targets = [
|
||||
{ triple = "x86_64-unknown-linux-gnu" },
|
||||
{ triple = "x86_64-unknown-linux-musl" },
|
||||
{ triple = "wasm32-unknown-unknown" },
|
||||
{ triple = "x86_64-unknown-linux-gnu" },
|
||||
{ triple = "x86_64-unknown-linux-musl" },
|
||||
{ triple = "wasm32-unknown-unknown" },
|
||||
]
|
||||
# Exclude no_std test runtime crates that cause krates crate to panic
|
||||
# with "unable to locate std" when resolving the dependency graph.
|
||||
exclude = [
|
||||
"bizinikiwi-test-runtime-transaction-pool",
|
||||
]
|
||||
exclude = ["bizinikiwi-test-runtime-transaction-pool"]
|
||||
|
||||
# Advisory database - check for known vulnerabilities
|
||||
# In v2: all vulnerability/unsound/notice advisories automatically emit errors.
|
||||
@@ -20,8 +18,8 @@ exclude = [
|
||||
yanked = "warn"
|
||||
unmaintained = "workspace"
|
||||
ignore = [
|
||||
# Add specific advisory IDs to ignore here with justification:
|
||||
# "RUSTSEC-0000-0000", # reason for ignoring
|
||||
# Add specific advisory IDs to ignore here with justification:
|
||||
# "RUSTSEC-0000-0000", # reason for ignoring
|
||||
]
|
||||
|
||||
# License compliance
|
||||
@@ -30,27 +28,29 @@ ignore = [
|
||||
[licenses]
|
||||
confidence-threshold = 0.8
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"MIT",
|
||||
"MIT-0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"Unlicense",
|
||||
"CC0-1.0",
|
||||
"BSL-1.0",
|
||||
"Unicode-3.0",
|
||||
"Unicode-DFS-2016",
|
||||
"Zlib",
|
||||
"MPL-2.0",
|
||||
"OpenSSL",
|
||||
"GPL-3.0-only WITH Classpath-exception-2.0",
|
||||
"GPL-3.0-or-later WITH Classpath-exception-2.0",
|
||||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"MIT",
|
||||
"MIT-0",
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"Unlicense",
|
||||
"CC0-1.0",
|
||||
"BSL-1.0",
|
||||
"Unicode-3.0",
|
||||
"Unicode-DFS-2016",
|
||||
"Zlib",
|
||||
"MPL-2.0",
|
||||
"OpenSSL",
|
||||
"GPL-3.0-only",
|
||||
"GPL-3.0-or-later",
|
||||
"GPL-3.0-only WITH Classpath-exception-2.0",
|
||||
"GPL-3.0-or-later WITH Classpath-exception-2.0",
|
||||
]
|
||||
exceptions = [
|
||||
# ring uses a custom ISC-style license
|
||||
{ allow = ["OpenSSL"], name = "ring" },
|
||||
# ring uses a custom ISC-style license
|
||||
{ allow = ["OpenSSL"], name = "ring" },
|
||||
]
|
||||
|
||||
[licenses.private]
|
||||
|
||||
Reference in New Issue
Block a user