fix: ignore RUSTSEC-2023-0071 in release workflow cargo audit
Some checks failed
Release / release (push) Failing after 8m30s

This commit is contained in:
2026-05-05 03:16:50 +02:00
parent b7d20d9573
commit 99b501d69c

View File

@@ -73,7 +73,7 @@ jobs:
- name: Security audit
run: |
cargo install cargo-audit --locked
cd backend && cargo audit
cd backend && cargo audit --ignore RUSTSEC-2023-0071
- name: Build frontend
run: pnpm --dir frontend build