fix(ci): switch from cargo-audit to cargo-deny for advisory scanning (#7032)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-02-09 23:28:57 +08:00
committed by GitHub
parent 3d562f8000
commit 9544570b16
3 changed files with 34 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
[advisories]
# Deny yanked crates to catch supply chain issues early.
yanked = "deny"
# Emulate cargo-audit which only checks vulnerabilities and yanked crates, not unmaintained/unsound.
unmaintained = "none"
unsound = "none"