mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-02 07:02:16 +00:00
- Add agent-ctl to be a workspace member to simplify the dependency management. - Also add a test target as we've been running it in static-checks without it doing anything Assisted-by: IBM Bob Signed-off-by: stevenhorsman <steven@uk.ibm.com>
44 lines
731 B
TOML
44 lines
731 B
TOML
[graph]
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
"aarch64-unknown-linux-gnu",
|
|
"x86_64-unknown-linux-musl",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-apple-darwin",
|
|
]
|
|
|
|
[advisories]
|
|
unmaintained = "workspace"
|
|
unsound = "workspace"
|
|
ignore = []
|
|
|
|
[bans]
|
|
multiple-versions = "allow"
|
|
deny = []
|
|
|
|
[licenses]
|
|
# We want really high confidence when inferring licenses from text
|
|
confidence-threshold = 0.93
|
|
allow = [
|
|
"0BSD",
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"BSL-1.0",
|
|
"bzip2-1.0.6",
|
|
"CC0-1.0",
|
|
"CDLA-Permissive-2.0",
|
|
"ISC",
|
|
"MIT",
|
|
"MIT-0",
|
|
"MPL-2.0",
|
|
"Unicode-3.0",
|
|
"Zlib",
|
|
]
|
|
|
|
private = { ignore = true }
|
|
|
|
[sources]
|
|
unknown-registry = "allow"
|
|
unknown-git = "allow"
|