From fde8d9d69f87993da9584005afa4a9cecc879abc Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Mon, 4 May 2026 13:59:39 +0200 Subject: [PATCH] chore: add audit in justfile --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 7d259b35..3a86ff53 100644 --- a/justfile +++ b/justfile @@ -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