mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
ISSUE #229 - Add CVE database check to cargo lock scanning in audit phase.
This commit is contained in:
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@@ -31,3 +31,6 @@ jobs:
|
||||
run: pushd src/rust; cargo install cargo-outdated; popd
|
||||
- name: Check for outdated dependencies
|
||||
run: cd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1
|
||||
- name: rust-audit-check
|
||||
uses: actions-rs/audit-check@v1.2.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user