-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For those looking to get this working currently... docker-compose.yml replacement #102
Comments
As this depends on mysql 5.7 but someone forgot to pin it in docker-compose and due to the root password already being set and jackhammer web suffering to use it these are the changes: image: mysql:5.7 MYSQL_USER: jackhammer MYSQL_PASSWORD: jackhammer |
@shadsidd can you roll these in to save others from pain. Also your website is down Ta! |
I also had to run inside the container: bundle exec rake db:seed there was a number of gem installs prior to this too as I was trying a rake db:seed which failed and suggested I gem install a package or 5 |
did you manage to add any tools? I am trying to add Zap may be you can have a look at my logs. Thanks in advance. |
not as yet! happy to see what i can spot if you have output tho? |
#100 |
sorry dood looks like their ruby env is all messed up but how and how to fix not sure im not a ruby dev |
Thanks @alistar79 for your feedback. It is so unfortunate that I spent the past one month and half trying to make this framework work. Maybe you want to have look at SecureCodeBox. |
id try openvas @dkogue never let me down in the past |
The text was updated successfully, but these errors were encountered: