Template for a good bug report, formatted with Markdown:
- versions used (SonarQube, Scanner, Plugin, and any relevant extension)
- error observed (wrap logs/code around triple quote ``` for proper formatting)
- steps to reproduce
- potential workaround
P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour
SONARQUBE - 8.9 LTS
Edition - Edition
When I am using -
scannerMode: ‘CLI’
configMode: manual cliProjectKey: ‘${{ parameters.project_name }}’
Pipeline is running properly. But dot net project is not analyzing since we are not using MS Build.
But when I am using -
scannerMode: 'MSBuild'
projectKey: 'YourProjectKey'
I am getting the following error -
##[error]Unhandled Exception: ##[error]System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. —> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
Please help me here.