From ccfd55f9c81f7a10066689e83526d0a2ddcde722 Mon Sep 17 00:00:00 2001 From: A-Katopodis Date: Thu, 22 Apr 2021 01:51:14 +0300 Subject: [PATCH] Updated creator field --- code-scanning/properties/powershell.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-scanning/properties/powershell.properties.json b/code-scanning/properties/powershell.properties.json index 98a5a78..95420ae 100644 --- a/code-scanning/properties/powershell.properties.json +++ b/code-scanning/properties/powershell.properties.json @@ -1,6 +1,6 @@ { "name": "PSScriptAnalyzer", - "creator": "Microsoft", + "creator": "Microsoft Corporation", "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"]