How to analyze a folder with Python scripts?

I have a folder with a few simple Python scripts that we made for a typical purpose. I would like to know how do we execute the SonarRunner against this folder?

I do not think this folder as any project file like those coming from Visual Studio IDE.

Hey there.

You simply need to execute the SonarScanner CLI from the directory that has the python scripts (ideally with a sonar-project.properties file listing the project key, SonarQube URL, etc.)