powershell/PSAvoidDefaultValueForMandatoryParameter 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/PSAvoidDefaultValueForMandatoryParameter"] or by setting
rules.powershell.PSAvoidDefaultValueForMandatoryParameter.severity = "warning" in .tally.toml.