Disable codeql as it is causing build issues (#5761)
All the other languages have disabled codeql and we are now hitting blocking issues when running codeql on macos (https://dev.azure.com/twcdot/Data/_workitems/edit/138580) and even on the other OS's the configuration causes the builds to run for a long time.
This commit is contained in:
parent
8b39000b42
commit
2e4e87f490
@ -117,6 +117,10 @@ extends:
|
||||
compiled: true
|
||||
break: true
|
||||
policy: M365
|
||||
codeql:
|
||||
compiled:
|
||||
enabled: false
|
||||
justificationForDisabling: CodeQL times our pipelines out by running for 2+ hours before being force canceled.
|
||||
credscan:
|
||||
suppressionsFile: $(Build.SourcesDirectory)/eng/CredScanSuppression.json
|
||||
toolVersion: 2.3.12.23
|
||||
|
||||
Loading…
Reference in New Issue
Block a user