Fix Kurtosis, web3signer and cargo-audit for CI (#6671)

* Update kurtosis-cli

* Fix name of Kurtosis artefact used in doppelganger tests

* Ignore idna vuln

* Set Java Version to 21 (required since Web3Signer 24.12.0).
This commit is contained in:
Michael Sproul
2024-12-10 13:14:13 +11:00
committed by GitHub
parent c042dc14d7
commit e9ec67e78a
4 changed files with 11 additions and 6 deletions

View File

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