An attempt to fix .drone.yml, deleted python-security stage
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user