Added basic security job that just runs audit.

This commit is contained in:
Acrimon 2019-10-28 19:18:02 +01:00
parent e4cf3405bc
commit 64a9b0f1b1

View File

@ -140,6 +140,14 @@ code-quality:
- cargo clippy -- --warn clippy::all
- cargo fmt --all -- --check
security:
stage: check-compile
tags:
- veloren-docker
script:
cargo install cargo-audit
cargo audit
# --
# -- post build