Skip to content
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

Feat: allow custom ruby file names #1345

Merged
merged 2 commits into from
Aug 19, 2020
Merged

Commits on Aug 18, 2020

  1. chore: remove unused gemfile detection

    orsagie authored and lili2311 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    de5db44 View commit details
    Browse the repository at this point in the history
  2. feat: support custom ruby filenames with --file

    Allow custom ruby file names to be tested when scanned with:
    
    snyk test --file=rails.2.4.5.gemfile --package-manager=rubygems
    snyk monitor --file=gemfiles/Gemfile.lock.rails-2.4.5 --package-manager=rubygems
    lili2311 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    42b3a51 View commit details
    Browse the repository at this point in the history