Skip to content

Commit

Permalink
chore(ci): skip rsa crate warning temporarily (#13704)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Nov 29, 2023
1 parent edfb9b9 commit 30a5454
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 30a5454

Please sign in to comment.