chore(release): finalize production readiness gates

This commit is contained in:
Xiaoxia AI
2026-06-21 13:53:13 +08:00
parent ea92092d12
commit 2a9585054c
5 changed files with 70 additions and 9 deletions
+3
View File
@@ -65,6 +65,9 @@ jobs:
python -m black --check alembic apps packages tests scripts
python -m isort --check-only alembic apps packages tests scripts
python -m flake8 apps packages tests --count --statistics
- name: Run security scan
run: |
bandit -r apps packages -q
- name: Validate Alembic migrations