Version 9.5 to integrate sonarqube in my gitlab for a C project.
download is okey. i got a problem when i try to do the build i got a permission denied like this:
$ .sonar/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir .sonar/bw-output make clean all
I wonder if the error is from executing the build-wrapper itself or from an inability for the build-wrapper to create .sonar/bw-output? Can you try setting the output directory to something outside the .sonar directory (which is a working directory for the scanner to use & not really intended for you to write other things to)?