mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added basic security job that just runs audit.
This commit is contained in:
parent
e4cf3405bc
commit
64a9b0f1b1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user