Added basic security job that just runs audit.

This commit is contained in:
Acrimon
2019-10-28 19:18:02 +01:00
parent acdcdeed1f
commit 3a82aa384f

View File

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