Skip to content

Commit c83003c

Browse files
Samuel Ortizalxiord
authored andcommitted
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 c83003c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ steps:
207207
- label: "cargo-audit"
208208
commands:
209209
- cargo audit -q
210+
skip: "Skipping until we move cargo audit to v0.12.0. See https://github.com/RustSec/advisory-db/issues/414#issuecomment-702479926"
210211
retry:
211212
automatic: false
212213
agents:

0 commit comments

Comments
 (0)