From ea03536a0a9a436f07ab53fd053a12daca5b36ca Mon Sep 17 00:00:00 2001 From: Artem Rys <79191415+arys-splunk@users.noreply.github.com> Date: Sat, 7 Aug 2021 15:40:20 +0200 Subject: [PATCH] build: ignore lint all expected_output* folders --- .github/workflows/build-test-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 214c70cac..ebf41891d 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -111,8 +111,7 @@ jobs: VALIDATE_ALL_CODEBASE: false LINTER_RULES_PATH: / PYTHON_ISORT_CONFIG_FILE: pyproject.toml - FILTER_REGEX_EXCLUDE: .*tests/expected_output/.* - + FILTER_REGEX_EXCLUDE: .*tests/expected_output.* semgrep: runs-on: ubuntu-latest name: security-sast-semgrep