ci: update super-linter to the actual version

disable failure on errors as temporal solution
This commit is contained in:
alexey.lysiuk 2021-07-25 13:36:50 +03:00
parent ed79f684b1
commit 6e25af3d67

View file

@ -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: |