From 856b090ff6dd7c53b4b378a2bda3dacd3fe90560 Mon Sep 17 00:00:00 2001 From: Azure PowerShell <65331932+azure-powershell-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:39:53 +0800 Subject: [PATCH] Sync tools folder from main branch to generation branch (#24155) Co-authored-by: azurepowershell --- .../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"