From 179dd6ee5993e27844df750f8d9e9836f1f00fdd Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 10:01:23 -0700 Subject: [PATCH] Ignore cargo audit RUSTSEC-2020-0008 (#12489) (cherry picked from commit cd5c7f30d5599ddca5431b864a84758c181b7cd0) 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 e2559885d2..cfb22e46ba 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -56,7 +56,7 @@ _ cargo +"$rust_stable" fmt --all -- --check # run nightly clippy for `sdk/` as there's a moderate amount of nightly-only code there _ cargo +"$rust_nightly" clippy -Zunstable-options --workspace --all-targets -- --deny=warnings -_ 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 { cd programs/bpf