Update .github/workflows/main.yaml
فشلت بعض الفحوصات
Ghaymah Deploy / test (push) Failing after 28s
Ghaymah Deploy / build (push) Has been skipped

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

عرض الملف

@@ -22,7 +22,17 @@ 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 .