-
Open a terminal and clone the repository
git clone [email protected]:pstember/ruby-goof.git
Open a terminal and open the ruby-goof directory.
-
Build the project
bundle install -
Test the project
snyk test --file=Gemfile.lock
All-in-one to clone and run:
git clone [email protected]:pstember/ruby-goof.git && \
cd ruby-goof && \
bundle install && \
snyk test --file=Gemfile.lockThe following screenshot demonstrates the extra value provided when scanning a project using the Snyk CLI tool
This screenshot shows vulnerabilities and potential remediation when such remediation exist
brew install rbenv
rbenv init
rbenv install 2.6.3
rbenv rehash
gem install bundler
rbenv rehashDon't forget to update your .bashrc or .zshrc to include eval "$(rbenv init -)"
