Skip to content

Commit

Permalink
temporary commit to pass ci audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri committed Oct 11, 2020
1 parent 6a83d97 commit d540841
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ $CI_BASE_BRANCH = "$EDGE_CHANNEL" ]]; then
echo "$0: [tree (for outdated Cargo.lock sync)|check (for compilation error)|update -p foo --precise x.y.z (for your Cargo.toml update)] ..." >&2
exit "$check_status"
fi

# Ensure nightly and --benches
_ scripts/cargo-for-all-lock-files.sh +"$rust_nightly" check --locked --all-targets
else
Expand All @@ -57,7 +57,12 @@ _ cargo +"$rust_nightly" clippy \
-Zunstable-options --workspace --all-targets \
-- --deny=warnings --allow=clippy::stable_sort_primitive

_ 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-2018-0017 \
--ignore RUSTSEC-2020-0002 \
--ignore RUSTSEC-2020-0008 \
--ignore RUSTSEC-2020-0016 \
--ignore RUSTSEC-2020-0036

{
cd programs/bpf
Expand Down

0 comments on commit d540841

Please sign in to comment.