Skip to content

Conversation

@rebelinux
Copy link
Collaborator

Update Release.yml

@rebelinux rebelinux merged commit b00ab26 into master Jul 31, 2025
3 checks passed
@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [7], Information: [3]


RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 496
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 276
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 286
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 151
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 154
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseOutputTypeCorrectly
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 334
Message    : The cmdlet 'Get-LocalGroupMemberObj' returns an object of type 
             'System.String' but this type is not declared in the OutputType 
             attribute.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 363
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 422
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants