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:
Родитель
9170b4ab41
Коммит
ad0fd98221
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче