diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 08b6b5f7..ec31cd2b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,10 @@ jobs: uses: actions/checkout@v2 - name: Super-Linter - uses: docker://github/super-linter:v2.1.0 + uses: docker://ghcr.io/github/super-linter:slim-v4 + env: + FILTER_REGEX_EXCLUDE: .*/deps/.* + DISABLE_ERRORS: true - name: Bandit run: |