No description
  • Dockerfile 66.8%
  • JavaScript 33.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
temenuzhka-thede e7bc8e00a2
Merge pull request #56 from docker/sec-cli/ignore-scripts-fix-20260527-193404
ci: add ignore-scripts to Node package manager config (20260527-193404)
2026-06-01 14:27:31 -05: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 Add package-lock.json and unblock it from .gitignore 2026-05-20 15:02:33 +00:00
.npmrc ci: enforce ignore-scripts policy for Node package managers 2026-05-27 20:05:07 +00:00
app.js Initial commit 2023-06-29 15:32:27 +02:00
Dockerfile fix: add COPY .npmrc to Dockerfile before npm install 2026-05-27 20:05:07 +00:00
package-lock.json Add package-lock.json and unblock it from .gitignore 2026-05-20 15:02:33 +00: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.