Onboard build pipeline to CFS network isolation (CFSClean) in audit mode#1750
Open
bragi92 wants to merge 1 commit into
Open
Onboard build pipeline to CFS network isolation (CFSClean) in audit mode#1750bragi92 wants to merge 1 commit into
bragi92 wants to merge 1 commit into
Conversation
SFI Network Isolation / MountainPass SR21: add the CFSClean policy in Permissive (audit) mode so the pipeline reports public package-feed violations without failing the build. Drop 'Permissive' to flip to enforcing once builds are violation-free. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7b30a2b2-5c35-4661-ae49-2edacdb00952
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Author
|
/azp run |
bragi92
enabled auto-merge (squash)
July 23, 2026 19:12
|
Azure Pipelines: Successfully started running 1 pipeline(s). 2 pipeline(s) were filtered out due to trigger conditions. |
rashmichandrashekar
approved these changes
Jul 23, 2026
suyadav1
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Onboards the 1ES build pipeline (
.pipelines/azure_pipeline_mergedbranches.yaml, pipeline id 444) to the CFSClean network isolation policy in audit mode (settings.networkIsolationPolicy: Permissive,CFSClean).Why
Part of SFI Network Isolation / AzRel Red Flag MountainPass SR21 (CFS adoption). This pipeline (ADO
github-private/microsoft, id 444) is flagged for restoring packages from public feeds.Permissivereports CFSClean violations on each run without failing the build, so this can land safely and surface the exact violating endpoints before remediation.Effect
GetPolicyViolationDetails.Next steps (follow-up PRs)
NuGet.Config+NuGetAuthenticate); vendor Go modules; route/pre-bake Ruby gems; replace Chocolatey (Windows) with a pre-baked image; mirror GitHub-release binaries (ORAS/Trivy/cmetrics); handle apt / Docker Hub.Permissiveto enforce and reach the 7-day lock-in.