From ccb604f8c30f26c5d7811bb636d2e80550c2929d Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 1 Mar 2021 12:47:08 -0700 Subject: [PATCH] Pass audit ignores to bpf program audit --- 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 43ae738352..2e91e88fd3 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -95,7 +95,7 @@ _ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit "${cargo_audit_ignor { cd programs/bpf - _ "$cargo" stable audit + _ "$cargo" stable audit "${cargo_audit_ignores[@]}" for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (