As part of CICD implementation , we integrating Sonar Qube to run code quality analysis on our deliveries.
One among them is c code.In order to run Sonar Qube on c code , we need to run build wrapper first. But the build wrapper downloaded from sonarqube URL ,is available only for Linux/windows/MacOS and this not executable in HP-UX platform.
We need build wrapper for HP-UX platform ,in order to run sonar qube for the c code.
If there is any alternative way to run Sonar Qube please suggest.
Please note: Our deliveries are meant for HP-UX platform.So moving the binaries to other platform to run wrapper is not an option.