Skip to content

Source code for CICD pipeline for Go application using Docker Scout

Notifications You must be signed in to change notification settings

pgaijin66/cicd-using-docker-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicd-using-docker-scout

This project demonstrates Continuous Integration and Continuous Deployment (CI/CD) using Docker and Scout.

Build

To build the Docker image for your application, use the following command:

docker build -t my-app:buggy .

Running application

To build the Docker image for your application, use the following command:

docker run -p 9090:9090 my-app:buggy

Scanning using Docker Scout

To build the Docker image for your application, use the following command:

docker scout cves my-app:buggy

About

Source code for CICD pipeline for Go application using Docker Scout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published