Dear All,
I want to perform static code analysis for my GitHub code .GitHub contains Yaml and Terraform codes .
Can I perform static code analysis using Jenkins, Sonaqube and GitHub without Maven project ?
I don’t want to use Maven, Gradle and Ant and I’m using Mac machine to do setup.
Please help me I’m new to Sonarqube.
Sonarqube version: SonarQube 7.7 for Mac
**Jenkins Version : **Jenkins 2.164.3 for Mac
Welcome to SonarQube and to the community. You can certainly analyze without a Maven project, just use the ‘vanilla’ SonarQube Scanner. Your sticking point is going to be finding analyzers for your languages. I’m not aware of one for Terraform, however there is one for YAML. It’s not installed by default, so you’ll need to make sure you add it.