Temporarily ignore cargo audit failures (#7092)

Unblock CI by ignoring cargo audit failures. IMO we need to merge some stuff to get our PR backlog under control and can't wait for audit fixes. I've opened issues to address the actual audit failures:

- https://github.com/sigp/lighthouse/issues/7090
- https://github.com/sigp/lighthouse/issues/7091
This commit is contained in:
Michael Sproul
2025-03-10 13:58:57 +11:00
committed by GitHub
parent 09849e841b
commit 166f6df5a9

View File

@@ -250,7 +250,7 @@ install-audit:
cargo install --force cargo-audit
audit-CI:
cargo audit
cargo audit --ignore RUSTSEC-2025-0009 --ignore RUSTSEC-2024-0437
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
vendor: