Create a VSCode Task to start the SonarQube project scan with the help of docker conatiner.
- Add
tasks.jsonin/.vscodefolder or integrate with the existing one - Copy
sonar-project.propertiesinto the project root folder and configure it accordingly. Keysonar.sourceshould have.value. - Append text
/sonar-project.propertiesto.gitignorefile - From VSCode menu
Terminal > Run Taks ... > Scan With Sonarqube