Snow-Shell/servicenow-powershell

Avoid using $Global variables

Closed this issue · 0 comments

The $Global variables defined in Set-ServiceNowAuth should be changed to script scoped variables to avoid polluting the global scope but also stops PSSA alerts triggering.