Add psscriptanalyzer code scanning

This commit is contained in:
A-Katopodis
2021-04-22 01:41:31 +03:00
parent ffb4bccd2d
commit 2678356764
3 changed files with 79 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"name": "PSScriptAnalyzer",
"creator": "Microsoft",
"description": "A static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a set of rules.",
"iconName": "powershell",
"categories": ["Code Scanning", "PowerShell"]
}