Skip to content

Commit 65d339d

Browse files
Update container version that includes cargo-audit 0.22
cargo-audit 0.22 is the first version that can parse cvss 4.0 scores and avoid the following error in our pipelines: $ cargo audit -q --deny warnings error: error loading advisory database: parse error: TOML parse error at line 8, column 8 | 8 | cvss = "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsupported CVSS version: 4.0 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
1 parent e34c504 commit 65d339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/autogenerate_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# This represents the version of the rust-vmm-container used
6262
# for running the tests.
63-
CONTAINER_VERSION = "gcb2ba77"
63+
CONTAINER_VERSION = "ga87ad68"
6464
# The suffix suggests that the dev image with `v{N}-riscv` tag is not to be
6565
# confused with real `riscv64` image (it's actually a `x86_64` image with
6666
# `qemu-system-riscv64` installed), since AWS yet has `riscv64` machines

0 commit comments

Comments
 (0)