mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
bad72c1d0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user