Skip to content

Commit 243495f

Browse files
authored
Disable CG check (#45119)
1 parent 81e06f2 commit 243495f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/pipelines/templates/stages/1es-redirect.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,11 @@ extends:
7777
scanFolder: $(Build.SourcesDirectory)/credscan.tsv
7878
toolVersion: 2.3.12.23
7979
baselineFiles: $(Build.SourcesDirectory)/eng/java.gdnbaselines
80+
# Disable some long running scanning tools in our public PR pipelines. These will still run in our internal official builds.
81+
${{ if eq(variables['System.TeamProject'], 'public') }}:
82+
componentgovernance:
83+
enabled: false
84+
sbom:
85+
enabled: false
8086

8187
stages: ${{ parameters.stages }}

0 commit comments

Comments
 (0)