chore: add CodeQL params to improve perf (#211392)
parent
a7755eed01
commit
caf118533f
|
@ -181,6 +181,10 @@ extends:
|
||||||
notificationAliases: ['monacotools@microsoft.com']
|
notificationAliases: ['monacotools@microsoft.com']
|
||||||
validateToolOutput: None
|
validateToolOutput: None
|
||||||
allTools: true
|
allTools: true
|
||||||
|
codeql:
|
||||||
|
compiled:
|
||||||
|
enabled: true
|
||||||
|
runSourceLanguagesInSourceAnalysis: true
|
||||||
credscan:
|
credscan:
|
||||||
suppressionsFile: $(Build.SourcesDirectory)/build/azure-pipelines/config/CredScanSuppressions.json
|
suppressionsFile: $(Build.SourcesDirectory)/build/azure-pipelines/config/CredScanSuppressions.json
|
||||||
eslint:
|
eslint:
|
||||||
|
|
Loading…
Reference in New Issue