Inquiry on Best Practices for Integrating SonarQube with Next.js in CI/CD

Hello,

My company is looking to integrate SonarQube for scanning our frontend code, specifically using the Next.js framework, and incorporate it into our CI/CD pipeline. Could you please provide any best practices or guidelines from the official resources?

Sonarqube Version:Enterprise Edition Version 8.9.10 (build 61524)

Hey there! What have you tried so far? There’s no shortage of docs about analyzing source code, including in particular CI/CD environments.

Also, your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

8.9.10 → 9.9.6 → 10.6 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.