Skip to content

Commit 1b946ba

Browse files
authored
Disable component governance for v3.x (#10578)
* Disable component governance for v3.x * Disable CG in all pipelines for v3.x
1 parent f8a1f81 commit 1b946ba

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

eng/ci/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ extends:
2828
name: 1es-pool-azfunc
2929
image: 1es-windows-2022
3030
os: windows
31+
sdl:
32+
componentgovernance:
33+
enabled: false
34+
justificationForDisabling: Functions v3 is out of support. This pipeline is for maintenance only.
3135

3236
stages:
3337
- stage: Test

eng/ci/official-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ extends:
3232
name: 1es-pool-azfunc
3333
image: 1es-windows-2022
3434
os: windows
35+
sdl:
36+
componentgovernance:
37+
enabled: false
38+
justificationForDisabling: Functions v3 is out of support. This pipeline is for maintenance only.
3539

3640
stages:
3741
- stage: Initialize

eng/ci/public-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ extends:
3030
name: 1es-pool-azfunc-public
3131
image: 1es-windows-2022
3232
os: windows
33+
sdl:
34+
componentgovernance:
35+
enabled: false
36+
justificationForDisabling: Functions v3 is out of support. This pipeline is for maintenance only.
3337

3438
stages:
3539
- stage: Test

0 commit comments

Comments
 (0)