Skip to main content

2 posts tagged with "security"

View All Tags

Building Secure Container images with Shipwright

· 6 min read
Karan Kumar
Shipwright Contributor

Introduction

In the modern software development era, containers have become an essential tool for developers. They offer a consistent environment for applications to run, making it easier to develop, test, and deploy software across different platforms. However, like any other technology, containers are not immune to security vulnerabilities. This is where vulnerability scanning for container images becomes crucial. In this blog, we will discuss how to run vulnerability scanning on container images with Shipwright while building those images.

Before jumping into this feature, let's explain what Shipwright is and why vulnerability scanning is important.

Gatekeeper Policies with Shipwright

· 4 min read
Blair Drummond
Shipwright Contributor

Gatekeeper is a customizable admission webhook for Kubernetes, which allows you to configure policy over what resources can be created in the cluster. In particular, we can use Gatekeeper to add policy to Shipwright Builds. In this example, you can see how you can use a policy to control what source repositories Shipwright is allowed to build, so that you can have more control over what code executes inside your cluster.

Gatekeeper