Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.85 KB

dalec-copa-demo

Copa can do an amazing job patching OS level vulnerabilities, using packages in containers. One of the top feedback we heard from copa users was request for addressing app level vulnerabilities. This means code in applications and their dependencies, and recompiling applications to use patched versions of dependencies.

In this demo, we will show how to use Dalec to address application level vulnerabilities, and Copa to patch both OS and application level vulnerabilities.

Recording

You can watch the recording of the demo here.

Prerequisites

Make sure you have the following tools installed on your machine and available in your PATH:

How to run the demo

  • Clone this repository
git clone https://github.com/sozercan/dalec-copa-demo.git
  • Change directory to the repository
cd dalec-copa-demo
  • Run the demo
./demo.sh

Dependabot

Dependabot is a tool that helps you keep your dependencies up to date. This includes copa patched images used in Dockerfiles, Kubernetes manifests, and Helm charts.

Example: sozercan/dependabot-test#1