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
What is this feature about?
Add cargo audit to CI.
Additional context/references
Audits the Cargo.lock file for crates containing security vulnerabilities.
Also make sure the version used is above 0.18, as in that version they made the Sparse protocol the default one, which is much faster, check a blog post about that here.
The text was updated successfully, but these errors were encountered:
We already have cargo audit in CI by rustsec/audit-check. I'll change this issue to be a tracker to make sure we use the new sparse protocol (to make CI faster).
CosminPerRam
changed the title
[CI] Add cargo audit.
[CI] Make sure we use Sparse protocol for cargo audit.
Sep 16, 2023
CosminPerRam
changed the title
[CI] Make sure we use Sparse protocol for cargo audit.
Make sure we use Sparse protocol for cargo audit.
Sep 19, 2023
What is this feature about?
Add cargo audit to CI.
Additional context/references
Audits the
Cargo.lock
file for crates containing security vulnerabilities.Also make sure the version used is above
0.18
, as in that version they made theSparse
protocol the default one, which is much faster, check a blog post about that here.The text was updated successfully, but these errors were encountered: