mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
ci: add cargo-audit step to catch crates with known CVEs
Runs after cargo test in the test job. Uses --locked for reproducibility.
This commit is contained in:
@@ -27,6 +27,10 @@ jobs:
|
||||
run: cargo build
|
||||
- name: Test
|
||||
run: cargo test
|
||||
- name: Security audit
|
||||
run: |
|
||||
cargo install cargo-audit --locked --quiet
|
||||
cargo audit
|
||||
|
||||
build-release:
|
||||
name: Build (${{ matrix.target }})
|
||||
|
||||
Reference in New Issue
Block a user