diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 70d71c1..e3df95e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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