Skip to content

Commit

Permalink
exclude obj/cmake from codeql. (#110630)
Browse files Browse the repository at this point in the history
* exclude obj/cmake

* PR feedback

* update comment.

* Update .CodeQL.yml

Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>

---------

Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
  • Loading branch information
mangod9 and jkoritzinsky authored Dec 17, 2024
1 parent c13a7b8 commit 9a02107
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ path_classifiers:
# be excluded from analysis. If there is a problem at the API layer, the analysis
# engine will detect the problem in the src/ implementations anyway.
- src/libraries/**/ref/*
# exclude artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c since CMake
# generates random directory names causing creation of duplicate issues
# related to obsolete encryption algorithm used. Note that CheckFuntionExists
# files are generated as part of build-time checks in CMake and are not compiled
# or linked into any product binaries.
- artifacts/obj/**/CMakeFiles/**/CheckFunctionExists.c

0 comments on commit 9a02107

Please sign in to comment.