How to analyze only newly added code to sonar without scanning whole codebase?

I have a codebase that takes around 10-15 mins to scan after a successful scan. When I add some code to it and scan it again it takes same time to scan. Is there any way we can only scan the newly added code without scanning whole codebase

Hey there.

What SonarQube version are you using? What languages are you scanning?

Sonarqube => 9.5 community edition
Language => PHP, js

Thanks.

For now, the whole codebase needs to be reanalyzed each time. We expect to make improvements here in the v9.x series (and further on).