cds-snc / pulse

Archived: [Project has been split out into two components, @ https://github.com/cds-snc/tracker and https://github.com/cds-snc/track-web ] Check whether a Government of Canada domain is adhering to best security practices.
Other
6 stars 1 forks source link

Add scan dockerfile #76

Closed buckley-w-david closed 6 years ago

buckley-w-david commented 6 years ago

This PR adds a dockerfile for a container that simply runs a scan when spun up, then exits.

It might be helpful to work out mounting a persistent volume onto this dockerfile to cache some downloaded data (like the public suffix list) that is used in the process of the computations. However that can be added later.