2 Commits

Author SHA1 Message Date
a281d227c9 chore: move cargo audit ignore to explicit command-line flag
All checks were successful
Release / release (push) Successful in 4m37s
2026-05-02 21:55:18 +02:00
20b3364786 chore: ignore RUSTSEC-2023-0071 in cargo audit (no fixed upgrade available)
Some checks failed
Release / release (push) Failing after 2m38s
2026-05-02 21:15:43 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,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

View File

@@ -70,7 +70,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

View File

@@ -3,7 +3,7 @@ httpRoute:
- tutor.puchstein.dev
image:
tag: v0.1.13
tag: v0.1.15
env:
extra: {}