Skip to content

Commit

Permalink
fix: remove cargo audit --ignore RUSTSEC-2022-0093 (#12465)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufansong authored Sep 21, 2023
1 parent d8ec952 commit 6d0b56d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ sccache --zero-stats

echo "--- Run audit check"
cargo audit \
--ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093
# https://github.com/risingwavelabs/risingwave/issues/11842
# https://github.com/risingwavelabs/risingwave/issues/11986

--ignore RUSTSEC-2023-0052 # https://github.com/risingwavelabs/risingwave/issues/11842

0 comments on commit 6d0b56d

Please sign in to comment.