Skip to content

[release/v7.4.15] PMC release: Use slash instead of back-slash for Linux container#27322

Merged
jshigetomi merged 1 commit intoPowerShell:release/v7.4.15from
SeeminglyScience:backport/release/v7.4.15/27315-156906e05
Apr 22, 2026
Merged

[release/v7.4.15] PMC release: Use slash instead of back-slash for Linux container#27322
jshigetomi merged 1 commit intoPowerShell:release/v7.4.15from
SeeminglyScience:backport/release/v7.4.15/27315-156906e05

Conversation

@SeeminglyScience
Copy link
Copy Markdown
Contributor

Backport of #27315 to release/v7.4.15

Triggered by @SeeminglyScience on behalf of @daxian-dbw

Original CL Label: CL-BuildPackaging

/cc @PowerShell/powershell-maintainers

Impact

REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.

Tooling Impact

  • Required tooling change
  • Optional tooling change (include reasoning)

Fixes the CreadScan step failure in the PMC release pipeline when running in Linux containers — the back-slash path separator is invalid on Linux, causing the step to fail to locate files.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Fix verified by the original PR #27315. Backport cherry-picked cleanly without conflicts. CI checks will validate the fix on the release branch.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Single path separator character change (backslash to forward slash) in a packaging pipeline script. No runtime code changes, no API or behavior changes for end users.

Copilot AI review requested due to automatic review settings April 22, 2026 01:04
@SeeminglyScience SeeminglyScience requested a review from a team as a code owner April 22, 2026 01:04
@SeeminglyScience SeeminglyScience added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Apr 22, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backports a build/packaging pipeline fix to ensure CredScan can locate the suppression file when the PMC release pipeline runs inside a Linux container.

Changes:

  • Update the CredScan suppressions file path to use / instead of \ for Linux compatibility.

@jshigetomi jshigetomi merged commit b665885 into PowerShell:release/v7.4.15 Apr 22, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants