Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created March 3, 2020 18:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joswr1ght/a56bb7e7afd71ebc76416c455a929225 to your computer and use it in GitHub Desktop.
Save joswr1ght/a56bb7e7afd71ebc76416c455a929225 to your computer and use it in GitHub Desktop.
PowerShell Linter
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