I have some wheel file which I need to scan in Sonarqube without building it.
I tried to specify .whl extension in sonar-project.properties but sonarqube doesn’t seem to know what to do with it:
sonar.python.file.suffixes=py,whl
I know workaround is to build it to some directory and then using Sonarqube.
Is there any way to do this?