Installing Sonar-Scanner

To install SonarScanner and add the bin directory to the system's PATH environment variable, you can follow these steps:

  1. Download SonarScanner:

  2. Add to the Path Variable

export PATH="/path/to/sonar-scanner/bin:$PATH"
  1. Verify the installation:

  • Open a new command prompt or terminal window.

  • Run the command sonar-scanner --version

Last updated