I have my source repository hosted in GitHub. I now want my Sonar instance (deployed on Amazon EC2) to pull from the git repository periodically to analyze the codebase. The project is a simple JavaScript project, I do not want ANT, Maven or Jenkins to be involved, but just Sonar to pull code periodically.
Is this possible?