chore: add cargo audit at the beginning of secondary pipeline (#27470)

This commit is contained in:
Yihau Chen 2022-08-31 23:45:29 +08:00 committed by GitHub
parent 93841a9484
commit bbc3c5c32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
# Build steps that run after the primary pipeline on pushes and tags.
# Pull requests to not run these steps.
steps:
- name: "cargo audit"
command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/do-audit.sh"
agents:
queue: "release-build"
timeout_in_minutes: 10
- wait
- name: "publish tarball (x86_64-unknown-linux-gnu)"
command: "ci/publish-tarball.sh"
agents: