Hi there,
We are using arm64 AWS Gravitron instances for our GitLab CI runners. We have various pipelines standardized around running the sonar-scanner-cli instance but as that Docker image isn’t available we built it from source using your Dockerfile.
We are experiencing some strange issues with our pipelines when running sonar.
Firstly we are seeing an issue where sonar will get stuck on
INFO: Deploying custom rules bundle jar:file:/builds/redacted/services/.sonar/cache/c8528df5e461867acf060f71702dbe39/sonar-securityjsfrontend-plugin.jar!/js-vulnerabilities-rules-1.0.0.tgz to /builds/redacted/services/.scannerwork/.sonartmp/eslint-bridge-bundle/package/custom-rules13966795317715573431
It will get stuck here and only fail after the job times out after 1 hour. When this happens we can usually restart the CI job and it will then work. Sometimes we have to do it a few times before it will pass this.
The other issue we see is sonar will just log empty logs and also lock up.
We are running Sonar 9.3.0.51899 and sonar-scanner 4.7.0.2747