GitLab security scanning – part 3: Kubernetes deployments 05/16/22 by Sven Hertzberg In part 1 and part 2, we focused on different types of security scanning practices. In this article we will... Read more Leave your thoughts
GitLab security scanning – part 2 04/19/22 by Sven Hertzberg … Containers … applications … licenses … In part 1 of the article series, we focused on static scanning of... Read more Leave your thoughts
GitLab security scanning 03/14/22 by Sven Hertzberg Secure.Your.Code! …At all stages…Automatically…Always…Starting with the first line of your code… Today, the security scanning of code, containers and applications... Read more Leave your thoughts
From specification to infrastructure – automated API deployments 01/27/22 by Daniel Kocot Deploying an API into the various stages of a software development pipeline involves not only the aspect of writing (designing)... Read more Leave your thoughts
Cloud Native Buildpacks / Paketo.io in GitLab CI without Docker & pack CLI 10/25/21 by Jonas Hecht You may have heard about all the benefits of Cloud Native Buildpacks?! But Paketo's pack CLI depends on Docker. So what about our Kubernetes-based CI systems, where we might not have a Docker daemon a Read more Leave your thoughts
Speed up your CI/CD jobs in Kubernetes 09/03/21 by Frederik Grieshaber and Thilo Wobker A performant and well integrated CI/CD environment is one of the key factors for fast and agile software development. To achieve short feedback-cycles and increase development speed, jobs need to be a Read more Leave your thoughts
Overview of hardened container base images 08/10/21 by Christian Zunker How to choose the best container base image? What does “best” mean in this context? This blog post will not... Read more Leave your thoughts
Stop re-writing pipelines! Why GitHub Actions drive the future of CI/CD 03/15/21 by Jonas Hecht Reviewing the waves of CI/CD platforms the article shows the benefits of the Pipeline-as-Code Building Blocks pattern based on GitHub Actions. Read more 5 Comments
Publishing Docker images to GitHub Container Registry with GitHub Actions 03/04/21 by Jonas Hecht Full guide showing every step necessary to publish a Docker container image to the GitHub Container Registry with GitHub Actions. Read more Leave your thoughts