mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
ISSUE #229 - try to manually run cargo audit
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -28,7 +28,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install tools
|
||||
run: pushd src/rust; cargo install cargo-outdated; popd
|
||||
run: pushd src/rust; cargo install cargo-outdated; cargo install cargo-audit; popd
|
||||
- name: Check for outdated dependencies
|
||||
run: cd src/rust; cargo outdated -w --color=always --root-deps-only --exit-code 1
|
||||
|
||||
- name: Audit for CVEs
|
||||
run: cd src/rust; cargo audit -c always
|
||||
|
||||
Reference in New Issue
Block a user