sonarscan-dotnet icon indicating copy to clipboard operation
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

Results 3 sonarscan-dotnet issues
Sort by recently updated
recently updated
newest added

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...