From 90faffdb9296334345a4e0340b0520cea93faa84 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 2 Oct 2020 08:20:13 -0700 Subject: [PATCH] Revert "don't commit! disable audit" This reverts commit b5305587ea26b996aa8d94a749fc40c0f2bb0789. --- ci/test-checks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 10e3381308..a23a324575 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -31,13 +31,13 @@ _ cargo +"$rust_stable" fmt --all -- --check _ 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 +_ cargo +"$rust_stable" audit --version +_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 _ ci/order-crates-for-publishing.py { cd programs/bpf - #_ cargo +"$rust_stable" audit + _ cargo +"$rust_stable" audit for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (