From 7eb2ea56628cef84b27506fb2ed720302f7ec94f Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 22 Jan 2026 10:32:21 +0700 Subject: [PATCH] An attempt to fix .drone.yml, deleted python-security stage --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9b54446..4f370dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,13 +22,6 @@ steps: - npm ci --silent - 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 image: node:20-alpine commands: