No description
  • Dockerfile 66%
  • JavaScript 34%
Find a file
2024-03-19 17:14:53 +01:00
.github/workflows Disable GHA workflow and clean up 2024-02-03 21:47:59 +01:00
.dockerignore Initial commit 2023-06-29 15:32:27 +02:00
.eslintrc Initial commit 2023-06-29 15:32:27 +02:00
.gitattributes Initial commit 2023-06-29 15:32:27 +02:00
.gitignore Update .gitignore 2023-06-29 15:36:08 +02:00
app.js Initial commit 2023-06-29 15:32:27 +02:00
Dockerfile Fix port in dockerfile 2023-07-23 12:03:20 +01:00
package.json Initial commit 2023-06-29 15:32:27 +02:00
README.md Update README.md 2024-03-19 17:14:53 +01:00

Docker Scout demo service

A repository containing an application and Dockerfile to demonstrate the use of Docker Scout to analyze and remediate CVEs in a container image.

Read the Docker Scout Quickstart for a full walkthrough. You can build and run the image with the following command:

docker build -t scout-demo:v1 .
docker run scout-demo:v1

The application consists of a basic ExpressJS server and uses an intentionally old version of Express and Alpine base image.