Skip to content

Commit

Permalink
Try disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Jul 15, 2024
1 parent 7d2d5f4 commit de74a47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 4 additions & 0 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ extends:
enableAllTools: false
binskim:
scanOutputDirectoryOnly: true
codeql:
compiled:
enabled: false
justificationForDisabling: CodeQL runs against the Windows build and nightly macOS build
policheck:
enabled: false
justification: Built in task does not support multi-language scanning
Expand Down
5 changes: 0 additions & 5 deletions build-tools/automation/yaml-templates/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ stages:
CC: gcc-10
${{ if eq(parameters.use1ESTemplate, true) }}:
templateContext:
sdl:
codeql:
compiled:
enabled: false
justificationForDisabling: CodeQL runs against the Windows build and nightly macOS build
outputs:
- output: pipelineArtifact
displayName: upload linux sdk
Expand Down
5 changes: 0 additions & 5 deletions build-tools/automation/yaml-templates/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ stages:
clean: all
${{ if eq(parameters.use1ESTemplate, true) }}:
templateContext:
sdl:
codeql:
compiled:
enabled: false
justificationForDisabling: CodeQL runs against the Windows build and nightly macOS build
outputParentDirectory: ${{ parameters.xaSourcePath }}/bin
outputs:
- output: pipelineArtifact
Expand Down
5 changes: 5 additions & 0 deletions build-tools/automation/yaml-templates/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ stages:
image: $(WindowsPoolImage1ESPT)
os: windows
timeoutInMinutes: 240
templateContext:
sdl:
codeql:
compiled:
enabled: true
steps:
- template: sdk-unified/steps/checkout/v1.yml@yaml-templates
parameters:
Expand Down

0 comments on commit de74a47

Please sign in to comment.