diff --git a/ci/scripts/check.sh b/ci/scripts/check.sh index 2d194c40e2e99..f0a1d02ee20e9 100755 --- a/ci/scripts/check.sh +++ b/ci/scripts/check.sh @@ -48,6 +48,9 @@ echo "--- Show sccache stats" sccache --show-stats sccache --zero-stats +# RUSTSEC-2023-0052: https://github.com/risingwavelabs/risingwave/issues/11842 +# RUSTSEC-2023-0071 https://github.com/risingwavelabs/risingwave/issues/13703 echo "--- Run audit check" cargo audit \ - --ignore RUSTSEC-2023-0052 # https://github.com/risingwavelabs/risingwave/issues/11842 + --ignore RUSTSEC-2023-0052 \ + --ignore RUSTSEC-2023-0071