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

Update .github/workflows/main.yaml

هذا الالتزام موجود في:
2025-10-16 15:51:42 +00:00
الأصل b07036cef0
التزام 7330560000

عرض الملف

@@ -26,7 +26,7 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
- name: Run Bandit (Static Security Analysis) - name: Run Bandit (Static Security Analysis)
run: bandit -r . -f txt -o bandit-report.txt --exit-zero run: bandit -r . -f txt --exit-zero | tee /dev/stdout
- name: Run pylint - name: Run pylint
run: pylint . run: pylint .