Created
March 3, 2020 18:37
-
-
Save joswr1ght/a56bb7e7afd71ebc76416c455a929225 to your computer and use it in GitHub Desktop.
PowerShell Linter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -v $PWD:/script -it mcr.microsoft.com/powershell pwsh -c "Install-Module PSScriptAnalyzer -Force; Invoke-ScriptAnalyzer -Path /script/scripts/openssh.ps1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment