-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Milestone
Description
User Story
As a developer of Sleeper, I want to know when any vulnerabilities are present in Sleeper's Docker images, so that I can resolve them quickly.
Description / Background
We'd like to automate scanning for security vulnerabilities in all the Docker images we build.
Technical Notes / Implementation Details
This includes:
- Images defined in
DockerDeployment, for ECS tasks and EKS bulk import - Images defined in
LambdaJar, for deploying lambdas with Docker - Images for the Sleeper CLI
There are a lot of options for scanners:
UPDATE:
Set this up in GitHub Actions with Trivy in PR #6110, but it found a number of problems. We can either suppress them for now and raise separate issues (e.g. #6108), or we can fix them now.