sonarscan-dotnet
sonarscan-dotnet copied to clipboard
GitHub Action SonarCloud/SonarQube scanner for .NET 8/7/6/5 and .NET Core applications with pull request decoration support
I am adding an additional sample, which I use. If you like it accept it :).
Is there a way to pass a root certificate to be able to connect to a SONAR Instance ? Something like: SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
**Description:** Currently, the highbyte/sonarscan-dotnet GitHub Action supports passing extra arguments only to the SonarScanner begin step via the sonarBeginArguments input There is no equivalent input for the **end step**, which...