CI

Automating code review with reviewdog

Using reviewdog to assist with golang code review on Gitlab
Posted 2021-07-31

Your time spend on code review should be optimized as much as possible. Automation is something that can help you with this, and detecting security bugs within go code can be done using tools such as gosec. This post looks into configuring reviewdog to assist in gitlab merge request reviews using tools such as gosec.

Running Kubernetes on Gitlab CI

Running a Kubernetes cluster in your Gitlab CI jobs
Posted 2021-07-31

When you work on infrastructure, develop helm charts or simply want you run your tests in a more production like environment, running Kubernetes on your Gitlab CI may a good fit for you. Luckily, it’s only a little bit of configuration to set-up!