You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
New custom pipes are welcome!
How to you can find in the Build flexible CI/CD pipelines with custom Pipes.
I may look into doing that if I have some time. Thanks for sharing the link!