diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3650424..0e58fe7 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 --exit-zero + run: bandit -r . -f txt --exit-zero | tee /dev/stdout - name: Run pylint run: pylint .