chore: add audit in justfile
This commit is contained in:
@@ -37,6 +37,10 @@ check:
|
|||||||
cargo fmt --all
|
cargo fmt --all
|
||||||
cargo clippy --all-features --all-targets -- -D warnings
|
cargo clippy --all-features --all-targets -- -D warnings
|
||||||
|
|
||||||
|
# audit security (condition: cargo install cargo-audit)
|
||||||
|
audit:
|
||||||
|
cargo audit --ignore RUSTSEC-2023-0071
|
||||||
|
|
||||||
openapi:
|
openapi:
|
||||||
cargo run --bin generate-openapi
|
cargo run --bin generate-openapi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user