Skip to content

Commit ab29559

Browse files
author
Samuel Ortiz
committed
buildkite: Skip cargo audit check temporarily
Until our container moves to cargo audit v0.12.0. See rustsec/advisory-db#414 (comment) Signed-off-by: Samuel Ortiz <[email protected]>
1 parent c8cf2b7 commit ab29559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ steps:
206206

207207
- label: "cargo-audit"
208208
commands:
209-
- cargo audit -q
209+
- echo "Skipping cargo audit for now, see https://github.com/RustSec/advisory-db/issues/414#issuecomment-702479926" # cargo audit -q
210210
retry:
211211
automatic: false
212212
agents:

0 commit comments

Comments
 (0)