Commit 908688d
committed
ci: restrict cargo-deny to licenses+bans, drop advisory check
The advisory DB now contains entries (e.g. RUSTSEC-2026-0076) using TOML
syntax unsupported by the cargo-deny 0.14.x bundled in cargo-deny-action@v1,
causing the 'Cargo Deny' check to fail with a parse error unrelated to our
dependencies. The separate 'Cargo Security Audit' job (cargo-audit) already
covers vulnerability advisories, so removing the redundant advisories check
from cargo-deny unblocks CI without any loss of security coverage.1 parent 1c0a346 commit 908688d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | | - | |
| 61 | + | |
0 commit comments