Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hey everyone,
Last weekend I was working on adding sonar static analysis of my Go applications as part of our continuous delivery pipeline. When I was searching around I couldn't find a good example so it took me a lot of trial and error to get it running. Now that I have my use case figured out I wanted to share it here so that if anyone else is having this issue they could see how I solved it.
https://haskovec.com/running-sonar-from-bitbucket-pipelines-on-your-go-apps/
I hope that is helpful for someone else and can save them some time.
I may look into doing that if I have some time. Thanks for sharing the link!
Hey Alex,
Thanks for the response. I looked at sonarcloud.io, but given that we are a startup and I am trying to keep costs down I ultimately chose to host sonar myself inside of our current Kubernetes cluster. When I looked at the sonar cloud pipe it looked like it was just for that service and not for any instance of sonar that a person may be running. As such I had to develop my own solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
New custom pipes are welcome!
How to you can find in the Build flexible CI/CD pipelines with custom Pipes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jeffrey_Haskovec ,
Thank you for contributing to the community!
Also, you can use Bitbucket Pipes in your pipelines to speed up development and simplify the stuff.
We have some pipes from the SonarCloud: SonarCloud scan and SonarCloud Quality Gate.
Cheers,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.