

Ex: sonar-scanner ttings=./myproject.properties The property ttings can be used to specify the path to the project configuration file (this option is incompatible with the sonar.projectBaseDir property).

Ex: sonar-scanner -Dsonar.projectKey=myproject -Dsonar.sources=src1 The properties can be specified directly through the command line. If a sonar-project.properties file cannot be created in the root directory of the project, there are several alternatives: You'll find them filed under sonarqube-scanner/src. To help you get started, simple project samples are available for most languages on GitHub.
MY SCANNER FULL
You can find full details on the C/C++/Objective-C language page. Scanning projects that contain C, C++, or ObjectiveC code requires some additional analysis steps. To scan using the SonarScanner Docker image, use the following command: docker run \ Running SonarScanner from the Docker image

MY SCANNER UPDATE
Update the global settings to point to your SonarQube server by editing $install_directory/conf/sonar-scanner.properties: #- Default SonarQube server We'll refer to it as $install_directory in the next steps.
