From 1388b6dc9fa91c87555e23d8aee6bb5c33940288 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jun 2025 10:24:49 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 2167ee844..b9561ce69 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -29,6 +29,8 @@ jobs: uses: super-linter/super-linter/slim@v7.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + VALIDATE_ALL_CODEBASE: true + VALIDATE_CHECKOV: false VALIDATE_PYTHON_PYLINT: false FIX_SHELL_SHFMT: true FIX_YAML_PRETTIER: true