Hello, I have a question. Can you perform a sonarqube scan from github action to a free version of sonarqube, or is it only possible with the version develope/enterprise?
Hey there.
Yes, you can use GitHub Actions with any Edition of SonarQube. The SonarQube GitHub Action can be found here: Official SonarQube Scan · Actions · GitHub Marketplace · GitHub
thanks for the info