You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actions-rs/audit-check action we currently use to check for rust-sec advisories is unmaintained. See rust-lang/infra-team#96.
IIUC, EmbarkStudios/cargo-deny-action, which we current use for validating the licenses of our dependencies, can also check for rustsec advisories. We should be able to drop our use of audit-check and use the cargo-deny-action for both purposes.
Before apply this change we should take a bit of a close look at both actions to be sure cargo-deny-action fully replaces everything we use audit-check for, but otherwise this should be a straightforward migration
Describe alternatives you've considered
No response
Additional context
No response
Is this something that you'd be interested in working on?
👋 I may be able to implement this internal improvement