fix: ignore RUSTSEC-2023-0071 in release workflow cargo audit
Some checks failed
Release / release (push) Failing after 8m30s
Some checks failed
Release / release (push) Failing after 8m30s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user