powershell/PSUseProcessBlockForPipelineCommand is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
tally disables this rule by default for Dockerfile
RUN snippets because a RUN executes
statements inline rather than defining cmdlets, parameters, or modules with external callers. Re-enable it with
include = ["powershell/PSUseProcessBlockForPipelineCommand"] or by setting
rules.powershell.PSUseProcessBlockForPipelineCommand.severity = "warning" in .tally.toml.