[release-branch.go1.27] pipeline: exclude stage 0 toolchain from Component Governance - #2495
Merged
George Adams (gdams) merged 1 commit intoSep 4, 2026
Conversation
(cherry picked from commit 41bcd36)
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
George Adams (gdams)
enabled auto-merge (squash)
September 4, 2026 08:46
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The change is narrowly scoped to pipeline YAML configuration, matches the PR’s stated intent, and appears correctly nested within the existing SDL settings.
Review tier: Lite
Findings: None
What changed in this PR
Backports pipeline configuration to exclude the temporary Stage 0 bootstrap toolchain directory from Component Governance scanning in the internal rolling pipeline, preventing non-shipping toolchain findings from being attributed to this repository.
Changes:
- Add a Component Governance
ignoreDirectoriesentry foreng/artifacts/_goStage0under SDL configuration. - Regenerate/update both the generated and checked-in internal rolling pipeline YAML files to keep them consistent.
| File | Description |
|---|---|
| eng/pipeline/rolling-internal.gen.yml | Adds Component Governance ignore rule for the Stage 0 bootstrap toolchain directory in SDL settings. |
| eng/pipeline/rolling-internal-pipeline.yml | Mirrors the same Component Governance ignore rule in the non-generated pipeline YAML. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
George Adams (gdams)
disabled auto-merge
September 4, 2026 08:48
George Adams (gdams)
merged commit Sep 4, 2026
b65f947
into
microsoft/release-branch.go1.27
21 of 57 checks passed
George Adams (gdams)
deleted the
dev/gadams/backport-cg-stage0-go1.27
branch
September 4, 2026 08:48
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.
Backport of #2494.
Summary
Validation
pwsh eng/run.ps1 pipelineymlgengit diff --check HEAD^ HEAD