From c783ad3594e12c2a8f41f37fce8b63572f85c401 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Sat, 28 Dec 2024 15:11:51 +0100 Subject: [PATCH] fix(codeql): exclude `observability_solution` scripts from the CodeQL scans (#205227) ## Summary Exclude `observability_solution` scripts from the CodeQL scans. __Follow-up for:__ https://github.com/elastic/kibana/pull/205197 --- .github/codeql/codeql-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index 3cd6d2d6f98d4..a0a947954f85e 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -89,6 +89,7 @@ paths-ignore: - x-pack/examples - x-pack/performance - x-pack/platform/**/scripts + - x-pack/plugins/observability_solution/*/scripts - x-pack/scripts - x-pack/solutions/**/scripts - x-pack/test