Skip to content

ALIENSHYBRID/scout-demo-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 66.0%
  • JavaScript 34.0%