- ALM used (Bitbucket Cloud)
- CI system used (Bitbucket Cloud)
Hi Guys,
I am facing below error in Sonar Cloud Execution, it is scanning around 3k files.
Below is the bitbucket pipeline Yaml file, let me know if I’m doing anything wrong.
Hi Guys,
I am facing below error in Sonar Cloud Execution, it is scanning around 3k files.
Below is the bitbucket pipeline Yaml file, let me know if I’m doing anything wrong.
It seems that the failure occurred when running the taint analysis which tries to detect injection vulnerabilities. This can require a significant amount of memory especially for big projects.
I’m not familiar with BitBucket Pipelines but it seems that you allocated 2048 MB. Try allocating more memory.