Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
v1.17: ignore mio audit report (#76)
Browse files Browse the repository at this point in the history
ci: ignore mio audit
  • Loading branch information
yihau authored and willhickey committed Mar 9, 2024
1 parent d0ed878 commit 0113425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ cargo_audit_ignores=(
--ignore RUSTSEC-2023-0001

--ignore RUSTSEC-2022-0093

# mio
--ignore RUSTSEC-2024-0019
)
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
Expand Down

0 comments on commit 0113425

Please sign in to comment.