diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index fd08f25..37f6d34 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -95,9 +95,12 @@ jobs: # Run bandit # ================================= - name: Run bandit - uses: shundor/bandit-action@v1 + uses: shundor/bandit-action@v1.0 with: - path: "./src" + path: "." + level: high + confidence: high + exit_zero: true # ================================= # Run cspell