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
4a628125c4
@ -140,6 +140,15 @@ code-quality:
|
|||||||
- cargo clippy -- --warn clippy::all
|
- cargo clippy -- --warn clippy::all
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
|
security:
|
||||||
|
stage: check-compile
|
||||||
|
allow_failure: true
|
||||||
|
tags:
|
||||||
|
- veloren-docker
|
||||||
|
script:
|
||||||
|
- cargo install cargo-audit
|
||||||
|
- cargo audit
|
||||||
|
|
||||||
# --
|
# --
|
||||||
|
|
||||||
# -- post build
|
# -- post build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user