Skip to content

Security

Nicholas Wilde edited this page Feb 8, 2021 · 1 revision

My Docker repositories use Snyk to test and monitor the security of the images.

Test the built image. Make sure the image exist in your cache by running make load.

$ make test

Start monitoring the image with Snyk. Make sure you're logged into Snyk in your command line environment.

$ make monitor
Clone this wiki locally