Run CodeQL in VMR's SDL stage (#19322)
This commit is contained in:
parent
f7076a3de1
commit
1bdd67177f
1 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,13 @@ extends:
|
|||
image: 1es-windows-2022
|
||||
os: windows
|
||||
|
||||
codeql:
|
||||
compiled:
|
||||
enabled: true
|
||||
# Runs analysis in the SDL stage and not every job
|
||||
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/sdlanalysis/codeql#improving-codeql-performance
|
||||
runSourceLanguagesInSourceAnalysis: true
|
||||
|
||||
baseline:
|
||||
baselineFile: $(Build.SourcesDirectory)\.config\guardian\.gdnbaselines
|
||||
|
||||
|
|
Loading…
Reference in a new issue