olacabs / jackhammer

Jackhammer - One Security vulnerability assessment/management tool to solve all the security team problems.
https://jch.olacabs.com/userguide
Other
718 stars 162 forks source link

Update Gemfile.lock #95

Closed kmadhusudhan closed 6 years ago

harie0x commented 6 years ago

@KMadhuSudhan I am getting your lockfile is unreadable error, while setting up the updated jackhammer. Is it due to the recent merge in the gemfile lock. below is the logs for your reference.

Step 33/50 : RUN echo 'eval "$(rbenv init -)"' >> $HOME/.bashrc ---> Using cache ---> c3aaa690baf8 Step 34/50 : RUN rbenv install 2.3.0 ---> Using cache ---> fcb676fdf041 Step 35/50 : RUN rbenv global 2.3.0 ---> Using cache ---> 4532dab255aa Step 36/50 : RUN gem install bundler ---> Using cache ---> 478b3fded0fd Step 37/50 : WORKDIR /tmp ---> Using cache ---> 8fb9fd3c7b6f Step 38/50 : ADD app/Gemfile Gemfile ---> Using cache ---> fc1818d79618 Step 39/50 : ADD app/Gemfile.lock Gemfile.lock ---> Using cache ---> 19e006c8517d Step 40/50 : ADD bundle.sh bundle.sh ---> Using cache ---> 75e5792072ea Step 41/50 : RUN bash bundle.sh ---> Running in 9502840bf26f Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. The git source git://github.com/rweng/jquery-datatables-rails.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. The git source git://github.com/sumoheavy/jira-ruby.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. Your lockfile is unreadable. Run rm Gemfile.lock and then bundle install to generate a new lockfile. Try bundle again ... Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. The git source git://github.com/rweng/jquery-datatables-rails.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. The git source git://github.com/sumoheavy/jira-ruby.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. Your lockfile is unreadable. Run rm Gemfile.lock and then bundle install to generate a new lockfile. Try bundle again ... Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. The git source git://github.com/rweng/jquery-datatables-rails.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. The git source git://github.com/sumoheavy/jira-ruby.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. Your lockfile is unreadable. Run rm Gemfile.lock and then bundle install to generate a new lockfile. Try bundle again ... Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. The git source git://github.com/rweng/jquery-datatables-rails.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. The git source git://github.com/sumoheavy/jira-ruby.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. Your lockfile is unreadable. Run rm Gemfile.lock and then bundle install to generate a new lockfile. Try bundle again ... Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. The git source git://github.com/rweng/jquery-datatables-rails.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. The git source git://github.com/sumoheavy/jira-ruby.git uses the git protocol, which transmits data without encryption. Disable this warning with bundle config git.allow_insecure true, or switch to the https protocol to keep your data secure. Your lockfile is unreadable. Run rm Gemfile.lock and then bundle install to generate a new lockfile. Try bundle again ... ERROR: Service 'web' failed to build: The command '/bin/sh -c bash bundle.sh' returned a non-zero code: 1

kmadhusudhan commented 6 years ago

can please destroy your web docker containers and rebuild it