Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 29, 2023
1 parent edfb9b9 commit df71b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ sccache --zero-stats

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

0 comments on commit df71b1b

Please sign in to comment.