java.io.IOException: Cannot run program

Hey @caglary,

It seems that you have C and C++ code.
C and C++ code started to be supported with docker recently through AutoConfig mode.

The issues that you are facing are because older scanner docker images used Alpine, and C&C++ analysis isn’t supported on Alpine.

The issue should be fixed by bumping sonar-scanner-cli:10.0 to 11.1.

Thanks,

3 Likes