Sample project to show how to analyse source code from GitHub Actions.
Configuration depends on the project nature:
- See the branch
maven
for Maven projects - See the branch
gradle
for Gradle projects - See the branch
master
for others (PHP, Python, Javascript, Typescript, ...). The SonarCloud GitHub Actions is being used to install and run the sonar-scanner-cli. Analysis parameters are set in the file./sonar-project.properties
.