diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 84200b438a9..4a85dc99447 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -20,4 +20,4 @@ jobs: - name: Run Bandit Security Analysis run: | python -m pip install bandit - python -m bandit -r . -x ./third_party -lll + python -m bandit -r . -x ./scripts -lll