Skip to content

Commit 9a02107

Browse files
exclude obj/cmake from codeql. (#110630)
* exclude obj/cmake * PR feedback * update comment. * Update .CodeQL.yml Co-authored-by: Jeremy Koritzinsky <[email protected]> --------- Co-authored-by: Jeremy Koritzinsky <[email protected]>
1 parent c13a7b8 commit 9a02107

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.CodeQL.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ path_classifiers:
88
# be excluded from analysis. If there is a problem at the API layer, the analysis
99
# engine will detect the problem in the src/ implementations anyway.
1010
- src/libraries/**/ref/*
11+
# exclude artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c since CMake
12+
# generates random directory names causing creation of duplicate issues
13+
# related to obsolete encryption algorithm used. Note that CheckFuntionExists
14+
# files are generated as part of build-time checks in CMake and are not compiled
15+
# or linked into any product binaries.
16+
- artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c

0 commit comments

Comments
 (0)