Skip to content

DStrelak/sonar-scanning-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to use the BuildWrapper to analyze a C++ project with the SonarQube Scanner on Linux

Prerequisites

Usage

  • Run the build wrapper:

      build-wrapper --out-dir bw-outputs ./build.sh
    
  • Analyze the project with SonarQube using the SonarQube Scanner:

      sonar-scanner
    

About

Shows how to use the Scanners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.4%
  • Shell 9.6%