From 75e6960549e928d0dd1a309f249f6df708dcb056 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:38:44 -0400 Subject: [PATCH] Checkov is weird --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74fdd15..6c77e3b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,9 +26,11 @@ jobs: - name: Super-linter uses: super-linter/super-linter@v6.5.0 # x-release-please-version env: - FILTER_REGEX_INCLUDE: ^renderer/ # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + FILTER_REGEX_INCLUDE: ^renderer/ + # need to disable chekov manually since it ignores FILTER_REGEX_INCLUDE + VALIDATE_CHECKOV: false # disable nitpicky linters VALIDATE_JSCPD: false VALIDATE_NATURAL_LANGUAGE: false