Skip to content

Commit

Permalink
buildkite: Skip cargo audit check temporarily
Browse files Browse the repository at this point in the history
Until our container moves to cargo audit v0.12.0.
See rustsec/advisory-db#414 (comment)

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz authored and alxiord committed Oct 14, 2020
1 parent c8cf2b7 commit c83003c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c83003c

Please sign in to comment.