Skip to content

Commit ec6b5f7

Browse files
authored
Added CFSClean2 explicitly (Azure#49669)
1 parent dec6038 commit ec6b5f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ extends:
4040
- 1ES.PT.Tag-refs/tags/canary
4141
settings:
4242
skipBuildTagsForGitHubPullRequests: true
43-
# Set network isolation policy to Permissive, CFSClean, CFSClean3 which our pipelines are currently compliant with.
43+
# Set network isolation policy to Permissive, CFSClean, CFSClean2, CFSClean3 which our pipelines are currently compliant with.
4444
# https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-build/cloudbuild/security/1espt-network-isolation#shared-policies-for-common-use-cases
45-
networkIsolationPolicy: Permissive, CFSClean, CFSClean3
45+
networkIsolationPolicy: Permissive, CFSClean, CFSClean2, CFSClean3
4646
sdl:
4747
${{ if and(eq(variables['Build.DefinitionName'], 'java - core'), eq(variables['Build.SourceBranchName'], 'main'), eq(variables['System.TeamProject'], 'internal')) }}:
4848
autobaseline:

0 commit comments

Comments
 (0)