We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e06f2 commit 243495fCopy full SHA for 243495f
eng/pipelines/templates/stages/1es-redirect.yml
@@ -77,5 +77,11 @@ extends:
77
scanFolder: $(Build.SourcesDirectory)/credscan.tsv
78
toolVersion: 2.3.12.23
79
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
86
87
stages: ${{ parameters.stages }}
0 commit comments