Issue with SonarCloud and Bitbucket Pipelines: Unable to Process .tsx Files

Hello Eduardo,

Thank you for the feedback. You should also increase the memory of the container. You can do this by adding the following in the pipelines.yml:

  services:
    docker-with-large-memory:
      memory: 6144
      type: docker

See this similar post for reference.