We are using Sonarcloud (or SonarQube Cloud). As of today we suddenly are getting the following error with all of our PR. Even with PR that work fine this morning.
10:33:03.759 DEBUG Cleanup org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda/0x0000027f103a3b28@49e4c2d5 during JVM shutdown
##\[error\]10:33:03.763 ERROR Error during SonarScanner Engine execution
java.nio.file.InvalidPathException: Illegal char <\*> at index 0: \*\*/generated
at java.base/sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at java.base/sun.nio.fs.WindowsPathParser.parse(Unknown Source)
For your information, we are using the following exclusions, but this maps are unchanged since sep 2025.
SonarCloudExclusionsFrontend: ‘**/generated/**,**/lib/**,**/build/**,**/target/**,Docker/**,Tests/**,Pipelines/**,**/Frontend/tests/**,**/Frontend/public/cesium/**,**/*bundle*.js,**/*.xml,**/jquery.datetimepicker.full.min.js,**/app.js,**/model.themelayer.js,**/route.js,**/router.js,**/model.*.js,**/Factories/*,**/Directives/*,**/*.html,**/*.css,**/*.scss,**/config.js,**/store.js,**/store-storage.js,**/FeedbackDetail.vue,**/dist/**/*,**/node_modules/**/*,*.spec.*,**/NpsLv01/**/*,**/*.xsl,**/*.xsd,**/*.svg,**/constants/*.js,**/locales/*.json’
SonarCloudExclusionsBackend: ‘**/generated/**,**/lib/**,**/build/**,**/target/**,Docker/**,Tests/**,Pipelines/**,**/Migrations/*,**/obj/debug/*’
Does anyone know whats the problem?
