Fix OneBranch PR pipeline CodeQL issue (#413)

* test codeql 3000

* switch codeql from compiled to python

* switch back to compiled

---------

Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
This commit is contained in:
Sayan Shaw 2023-05-02 13:25:41 -07:00 коммит произвёл GitHub
Родитель 9170b4ab41
Коммит ad0fd98221
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -48,8 +48,9 @@ extends:
break: true # always break the build on binskim issues in addition to TSA upload
analyzeTargetGlob: '**\RelWithDebInfo\ortextensions.dll' # avoid scanning the 3rd party DLLs.
codeql:
python:
compiled:
enabled: true
cadence: 10
policheck:
break: true # always break the build on policheck issues. You can disable it by setting to 'false'
exclusionsFile: '$(REPOROOT)\.config\policheck_exclusions.xml'