securesauce / precaution-beta

Precaution provides a simple, automated code review for GitHub projects by running code linters with a security focus on pull requests.
Other
1 stars 0 forks source link

Add Dockerfile #238

Closed MVrachev closed 4 years ago

MVrachev commented 5 years ago

As we discussed before #227 there are many benefits to creating a Docker image which will be run on Heroku. That way we would be free from the limitations provided by Heroku and we would be able to use Go modules. Also, if one day we decide to move Precaution on another hosting platform it will be really easy.

We won't need the ".profile" file anymore because we would install Gosec in our Dockerfile as all other dependencies.

Closes: https://github.com/vmware/precaution/issues/227

Signed-off-by: Martin Vrachev mvrachev@vmware.com

vmwclabot commented 5 years ago

@MVrachev, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.