chore: add audit in justfile

This commit is contained in:
Edouard Vanbelle
2026-05-04 13:59:39 +02:00
parent 97ea87efc2
commit fde8d9d69f
+4
View File
@@ -37,6 +37,10 @@ check:
cargo fmt --all
cargo clippy --all-features --all-targets -- -D warnings
# audit security (condition: cargo install cargo-audit)
audit:
cargo audit --ignore RUSTSEC-2023-0071
openapi:
cargo run --bin generate-openapi