Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Ignore RUSTSEC-2020-0006 for the moment (#9057)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
ryoqun authored Mar 25, 2020
1 parent 216b01b commit 5d3f43c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ci/_
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
# |source| me
#

base_dir=$(realpath --strip "$(dirname "$0")/..")

_() {
echo "--- $*"
if [[ $(pwd) = $base_dir ]]; then
echo "--- $*"
else
echo "--- $* (wd: $(pwd))"
fi
"$@"
}
3 changes: 2 additions & 1 deletion ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ _ ci/check-ssh-keys.sh

{
cd programs/bpf
_ cargo +"$rust_stable" audit
# ignore RUSTSEC-2020-0006: https://github.com/rustwasm/wasm-bindgen/issues/2050
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0006
for project in rust/*/ ; do
echo "+++ do_bpf_checks $project"
(
Expand Down

0 comments on commit 5d3f43c

Please sign in to comment.