From 984b6c5f05c026f02c50fd1ee4f6b4d5926dad7a Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 16 Nov 2022 22:14:35 +0100 Subject: [PATCH] ci/cd - speedup codeql by ignoring some folders not containing python files --- .github/codeql.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/codeql.yml b/.github/codeql.yml index b5fc5ec6..614d18a9 100644 --- a/.github/codeql.yml +++ b/.github/codeql.yml @@ -4,4 +4,7 @@ paths: - src/autoconf - src/scheduler - src/ui - - src/common \ No newline at end of file + - src/common +paths-ignore: + - src/ui/static + - src/common/core/modsecurity/files \ No newline at end of file