Hi everyone,
I’m currently using GitHub Actions to automate the SonarCloud analysis for my project.
Project Details:
- Type: Maven web application
- Repository: Backend of the app
- Branch:
DevSecOps-SonarCloud
Current Setup:
workflow.yml
file for GitHub Actionssonar-project.properties
file properly configured- Project is linked to SonarCloud
Issue:
The scan seems to run without errors, but when I check the project in the SonarCloud interface, it appears empty—no metrics or data are displayed.
Repository Link:
GitHub Repository
Could anyone help me figure out what’s going wrong?
Thanks in advance for your help!