Sonar scanner incremental Analysis

I was wondering if SonarQube Scanner provides an “incremental” Analysis.

we currently have nearly 20+ Modules with over 533,619LOC (in one project). The analysis takes over 1+ hours (using SonarQube Scanner).

We are using SonarQube 8.2 enterprise edition

Hey there,

We used to have some form of incremental analysis, but I believe we removed it because it caused issues with security rules, as well as other rules that reference different parts of the same code base. (IE taint analysis). If the analysis time for a particular project is taking too long during the day, we recommend running one analysis per day on the code, either at the beginning or at the end. Let me know if you have any other questions.

Cheers,
Josh

may i know till which SQ version incremental analysis was supported ?

Incremental Sonar Analysis