highbyte / sonarscan-dotnet

GitHub Action SonarCloud/SonarQube scanner for .NET 8/7/6/5 and .NET Core applications with pull request decoration support
https://github.com/marketplace/actions/sonarscan-dotnet
MIT License
36 stars 24 forks source link

Self-signed certificate parameter #34

Open fpereiramapfrepr opened 2 months ago

fpereiramapfrepr commented 2 months ago

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

highbyte commented 2 months ago

I don't think there is a way to do that currently with this action.