Category: Deployment, Security, Docker, nginx, github, yaml

Containerising applications offers numerous benefits. However, you want to make sure that your containers are based on secure images and that you can be aware of any vulnerabilities in your applications and their dependencies.

In addition, we will create an application that we will create a Docker image from to scan, test and configure continuous monitoring in Snyk. This is a good technique to ensure that you secure container images and test them before pushing them into your image repository. I would recommend that you following along with the source code for this post which is available here.

Related Articles