iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
561 stars 178 forks source link

Initial Dockerfile #69

Closed streichsbaer closed 7 years ago

streichsbaer commented 7 years ago

This commit adds the initial Dockerfile, .dockerignore and an updated build.gradle task named BuildIt to be included in the docker image. This pull request addresses feature #68 .

What still has to be added is to extract the relevant artifacts from the docker container.

I have some ideas on how to do that but would be interested in getting feedback from others.

Also, there may be a better way to solve the substitution of baseUrls as opposed to using sed.

Let me know your thoughts. I'll work on the extracting the relevant build artifacts first and will create another pull request for this.

stephendv1 commented 7 years ago

Thanks for the pull request @streichsbaer ! I've merged this now and we can look at refining in the future. @santapau what are your thoughts?

santapau commented 7 years ago

Yes, thanks for this @streichsbaer.

@stephendv1, that's a good starting point, I've reviewed my notes on Dockerizing BDD-Security and some points we could build on top of that PR: