Skip to content
6 changes: 6 additions & 0 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool: $(BuildAgent)
# Onboard to 1ES network isolation enforcement for CFSClean / SFI compliance. Enforce mode with an
# allowlist for the package ecosystems this build uses so it resolves from approved feeds while
# non-allowlisted public egress is blocked.
settings:
networkIsolationMode: Enforce
networkIsolationPolicy: Good,GitHub,NuGet,PowershellGallery,CFSClean,CFSClean3
sdl:
binskim:
enabled: false
Expand Down
6 changes: 5 additions & 1 deletion .azure-pipelines/command-metadata-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool: $(BuildAgent)
# Onboard to 1ES network isolation enforcement for CFSClean / SFI compliance. Enforce mode with an
# allowlist for the package ecosystems this build uses so it resolves from approved feeds while
# non-allowlisted public egress is blocked.
settings:
networkIsolationPolicy: Permissive
networkIsolationMode: Enforce
networkIsolationPolicy: Good,GitHub,NuGet,PowershellGallery,CFSClean,CFSClean3
sdl:
binskim:
enabled: false
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/weekly-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool: $(BuildAgent)
# Onboard to 1ES network isolation enforcement for CFSClean / SFI compliance. Enforce mode with an
# allowlist for the package ecosystems this build uses so it resolves from approved feeds while
# non-allowlisted public egress is blocked.
settings:
networkIsolationMode: Enforce
networkIsolationPolicy: Good,GitHub,NuGet,PowershellGallery,CFSClean,CFSClean3
sdl:
binskim:
enabled: false
Expand Down
Loading