Skip to content

pstember/ruby-goof

Repository files navigation

Build Status

Ruby Goof

  1. Open a terminal and clone the repository

    git clone git@github.com:pstember/ruby-goof.git

Open a terminal and open the ruby-goof directory.

  1. Build the project

    bundle install
  2. Test the project

    snyk test --file=Gemfile.lock

All-in-one to clone and run:

git clone git@github.com:pstember/ruby-goof.git && \
cd ruby-goof && \
bundle install && \
snyk test --file=Gemfile.lock

Screenshots

The following screenshot demonstrates the extra value provided when scanning a project using the Snyk CLI tool

Vulnerability detection

This screenshot shows vulnerabilities and potential remediation when such remediation exist

Vulnerability detection screenshot

Installing Ruby

brew install rbenv
rbenv init
rbenv install 2.6.3
rbenv rehash
gem install bundler
rbenv rehash

Don't forget to update your .bashrc or .zshrc to include eval "$(rbenv init -)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published