I want to publish my static analysis results via Nunit. I am doing so with Pester however this is set in configuration settings with Pester. Is there a way I can do the equivalent when using PS Script Analyzer? I can't find information about it on the documentation.
This is my current code:
- task: PowerShell@2
inputs:
targetType: 'inline'
script: |
Install-Module -Name PSScriptAnalyzer
Invoke-ScriptAnalyzer -Path *