Our development team is facing issue with the SonarScanner which we have included in our pipeline step. Recently, this issue has came by, the sonar step where we are using sonarsource/sonarcloud-scan:1.4.0 image and it is running from a longer period of time. Ultimately we get an error related to the eslint bridge and our analysis gets failed.
It would be helpful if you shared the full Bitbucket Pipelines YML file, rather than just a screenshot of a snipet.
And, I’d like to know why you’re setting SONAR_SCANNER_OPTS and -Dsonar.javascript.node.maxspace to such high values. There’s a chance that you’re far exceeding what Bitbucket can support memory-wise. What led you to set these values?