Ignore cargo audit advisory (#2730)
## Issue Addressed Related to #2727 Ignores the audit failure for the same reasons in #2727
This commit is contained in:
parent
fff01b24dd
commit
e75ce534f6
2
Makefile
2
Makefile
@ -164,7 +164,7 @@ arbitrary-fuzz:
|
||||
# Runs cargo audit (Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database)
|
||||
audit:
|
||||
cargo install --force cargo-audit
|
||||
cargo audit --ignore RUSTSEC-2020-0071
|
||||
cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2020-0159
|
||||
|
||||
# Runs `cargo udeps` to check for unused dependencies
|
||||
udeps:
|
||||
|
Loading…
Reference in New Issue
Block a user