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