From 7a33ef1547702c34842ce53e24b41d3608a0f2f9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:06:12 -0700 Subject: [PATCH] Ignore cargo audit RUSTSEC-2020-0008 (bp #12485) (#12488) * Ignore cargo audit RUSTSEC-2020-0008 (cherry picked from commit cd5c7f30d5599ddca5431b864a84758c181b7cd0) # Conflicts: # ci/test-checks.sh * conflicts Co-authored-by: Jack May --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index a23a324575..8d1ec8794c 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -32,7 +32,7 @@ _ cargo +"$rust_stable" clippy --version _ cargo +"$rust_stable" clippy --workspace -- --deny=warnings _ cargo +"$rust_stable" audit --version -_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 +_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 --ignore RUSTSEC-2020-0043 _ ci/order-crates-for-publishing.py {