An attempt to fix .drone.yml, deleted python-security stage
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-22 10:32:21 +07:00
parent de8ad67038
commit 7eb2ea5662

View File

@@ -22,13 +22,6 @@ steps:
- npm ci --silent - npm ci --silent
- npm run lint || echo "ESLint warnings found" - npm run lint || echo "ESLint warnings found"
- name: python-security
image: python:3.11-slim
commands:
- cd backend
- pip install safety
- safety check --file=requirements.txt --exit-zero || echo "Security warnings found"
- name: frontend-security - name: frontend-security
image: node:20-alpine image: node:20-alpine
commands: commands: