1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00
Files
bootc/deny.toml
Colin Walters cca41fb7c4 lib: Depend on composefs-rs
And expose some fsverity helpers. This is just to get the
ball rolling on integration.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-02-03 09:10:37 -05:00

16 lines
442 B
TOML

[licenses]
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT",
"BSD-3-Clause", "BSD-2-Clause", "Zlib",
"Unlicense", "CC0-1.0",
"Unicode-DFS-2016", "Unicode-3.0"]
private = { ignore = true }
[[bans.deny]]
# We want to require FIPS validation downstream, so we use openssl
name = "ring"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = ["https://github.com/containers/composefs-rs"]