Merge branch 'xacrimon/security-status' into 'master'

Add a security job which displays cargo-audit info

See merge request veloren/veloren!634
This commit is contained in:
Acrimon 2019-10-28 19:28:11 +00:00
commit bad72c1d0a

View File

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