mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 10:06:29 +00:00
ci: run 'cargo audit' in scheduled jobs
This commit is contained in:
parent
5def817f75
commit
82841555f2
1 changed files with 10 additions and 0 deletions
|
@ -89,3 +89,13 @@ clippy:
|
|||
script:
|
||||
- rustup component add clippy-preview
|
||||
- cargo clippy --color=always --all --all-features -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless
|
||||
|
||||
audit:
|
||||
extends: '.tarball_setup'
|
||||
image: "rust:slim-buster"
|
||||
stage: 'extras'
|
||||
only:
|
||||
- schedules
|
||||
script:
|
||||
- cargo install cargo-audit
|
||||
- cargo audit --deny-warnings
|
||||
|
|
Loading…
Reference in a new issue