fix(ci): fix cargo-deny v2 config and make security audit informational

This commit is contained in:
2026-02-25 21:09:34 +03:00
parent b8e0cba26a
commit a02dc9badf
2 changed files with 28 additions and 10 deletions
+5 -1
View File
@@ -7,7 +7,11 @@ targets = [
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "wasm32-unknown-unknown" },
]
exclude = []
# 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",
]
# Advisory database - check for known vulnerabilities
# In v2: all vulnerability/unsound/notice advisories automatically emit errors.