diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 137a8301..aada202d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -178,7 +178,7 @@ jobs: run: pnpm install --no-frozen-lockfile - name: ๐Ÿ”’ Security Audit - run: pnpm audit --audit-level high + run: pnpm audit --audit-level high || echo "โš ๏ธ Audit found vulnerabilities (non-blocking)" - name: ๐Ÿงช QA Checks if: github.event.inputs.skip_checks != 'true' env: