From c83003c63473fcf528913b235d9bcd892c6789cc Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 14 Oct 2020 12:09:01 +0200 Subject: [PATCH] buildkite: Skip cargo audit check temporarily Until our container moves to cargo audit v0.12.0. See https://github.com/RustSec/advisory-db/issues/414#issuecomment-702479926 Signed-off-by: Samuel Ortiz --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ced68bd..ae6b64e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -207,6 +207,7 @@ steps: - label: "cargo-audit" commands: - cargo audit -q + skip: "Skipping until we move cargo audit to v0.12.0. See https://github.com/RustSec/advisory-db/issues/414#issuecomment-702479926" retry: automatic: false agents: