From b3acb307f1c76ecb07a31ccfc1880fdc13470f2c Mon Sep 17 00:00:00 2001 From: Anthony Riley II Date: Tue, 6 Oct 2020 09:39:48 -0700 Subject: [PATCH] Fixes: https://github.com/rust-vmm/rust-vmm-ci/issues/8 Co-authored-by: Laura Loghin <46103760+lauralt@users.noreply.github.com> Signed-off-by: Anthony Riley II --- .buildkite/pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f673284..797f2fb 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -203,3 +203,16 @@ steps: image: "rustvmm/dev:v6" always-pull: true propagate-environment: true + +- label: "cargo-audit" + commands: + - cargo audit -q + retry: + automatic: false + agents: + os: linux + plugins: + - docker#v3.0.1: + image: "rustvmm/dev:v6" + always-pull: true + propagate-environment: true