Skip to content

Commit b3acb30

Browse files
Anthony Riley IIlauralt
authored andcommitted
Fixes: #8
Co-authored-by: Laura Loghin <[email protected]> Signed-off-by: Anthony Riley II <[email protected]>
1 parent bedc32b commit b3acb30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.buildkite/pipeline.yml

+13
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,16 @@ steps:
203203
image: "rustvmm/dev:v6"
204204
always-pull: true
205205
propagate-environment: true
206+
207+
- label: "cargo-audit"
208+
commands:
209+
- cargo audit -q
210+
retry:
211+
automatic: false
212+
agents:
213+
os: linux
214+
plugins:
215+
- docker#v3.0.1:
216+
image: "rustvmm/dev:v6"
217+
always-pull: true
218+
propagate-environment: true

0 commit comments

Comments
 (0)