diff --git a/.github/workflows/bandit.yaml b/.github/workflows/bandit.yaml index 640c1017..a39d3d12 100644 --- a/.github/workflows/bandit.yaml +++ b/.github/workflows/bandit.yaml @@ -22,7 +22,7 @@ jobs: - name: Run Bandit run: | - bandit -r middleware resources app.py -f txt -o bandit_output.txt + bandit -r middleware -f txt -o bandit_output.txt - name: Upload Bandit results uses: actions/upload-artifact@v2