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

Update .github/workflows/main.yaml

هذا الالتزام موجود في:
2025-10-16 15:46:03 +00:00
الأصل 022f19a72c
التزام 05ef06fdf3

عرض الملف

@@ -26,7 +26,7 @@ jobs:
pip install -r requirements.txt
- name: Run Bandit (Static Security Analysis)
run: bandit -r . -f txt -o bandit-report.txt
run: bandit -r . -f txt -o bandit-report.txt --exit-zero
- name: Upload Bandit Report (Artifact)
uses: actions/upload-artifact@v4