Github actions scan sonarqube private domain

Good afternoon,

It is possible to perform a sonarqube scan from a github actions to a private sonarqube domain installed on an aws cluster.
From what I have investigated the domain has to be public, the question I have is if it is possible to perform a sonar scan to a private domain from the github action, how could it be done in such a case?

I appreciate any information thanks.

Hi,

I suppose you’re talking about GitHib Actions on github.com (as opposed to on your own AWS-hosted GH Enterprise)? If so, it doesn’t look like you’ll be able to do this. From Amazon docs:

If you want to route traffic for your domain on the internet, you use a Route 53 public hosted zone.

 
HTH,
Ann