1
0
نسخ من Omar-268/flask_app

Update .github/workflows/main.yaml

هذا الالتزام موجود في:
2025-10-16 15:42:22 +00:00
الأصل 9c81f25dca
التزام 022f19a72c

عرض الملف

@@ -22,8 +22,18 @@ jobs:
run: |
pip install pytest
pip install pylint
pip install bandit
pip install -r requirements.txt
- name: Run Bandit (Static Security Analysis)
run: bandit -r . -f txt -o bandit-report.txt
- name: Upload Bandit Report (Artifact)
uses: actions/upload-artifact@v4
with:
name: bandit-report
path: bandit-report.txt
- name: Run pylint
run: pylint .