From cc64821ebcc909e717fb45ad39a497bc99574060 Mon Sep 17 00:00:00 2001 From: azurepowershell Date: Mon, 12 Feb 2024 18:58:52 +0000 Subject: [PATCH] Sync tools folder from main branch to generation branch --- .../Exceptions/Az.CodeSigning/SignatureIssues.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/StaticAnalysis/Exceptions/Az.CodeSigning/SignatureIssues.csv diff --git a/tools/StaticAnalysis/Exceptions/Az.CodeSigning/SignatureIssues.csv b/tools/StaticAnalysis/Exceptions/Az.CodeSigning/SignatureIssues.csv new file mode 100644 index 000000000000..50d533c76a75 --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.CodeSigning/SignatureIssues.csv @@ -0,0 +1,2 @@ +"Module","ClassName","Target","Severity","ProblemId","Description","Remediation" +"Microsoft.Azure.PowerShell.Cmdlets.CodeSigning.dll","Microsoft.Azure.Commands.CodeSigning.InvokeCIPolicySigning","Invoke-AzCodeSigningCIPolicySigning","1","8100","Invoke-AzCodeSigningCIPolicySigning Does not support ShouldProcess but the cmdlet verb Invoke indicates that it should.","Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue"