jammy-amd64-tf-a-build: install cargo vet
The cargo vet subcommand is a tool to help projects ensure that
third-party Rust dependencies have been audited by a trusted entity.
Change-Id: Ibbfde4c3a5c9d7cd92e5d9d04f84e3ed178f7ec5
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
diff --git a/jammy-amd64-tf-a-build/Dockerfile b/jammy-amd64-tf-a-build/Dockerfile
index 65b24e2..a5566bc 100644
--- a/jammy-amd64-tf-a-build/Dockerfile
+++ b/jammy-amd64-tf-a-build/Dockerfile
@@ -113,6 +113,7 @@
RUN set -ex ;\
cargo install 'tokei@12.1.*' ;\
cargo install cargo-binutils ;\
+ cargo install --locked cargo-vet ;\
rustup target add aarch64-unknown-none-softfloat ;\
rustup component add llvm-tools rustfmt