-
Notifications
You must be signed in to change notification settings - Fork 567
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
Conversation
1eb9086
to
865c2da
Compare
865c2da
to
54c92ce
Compare
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
54c92ce
to
42b3a51
Compare
Expected release notes (by @lili2311) features: others (will not be included in Semantic-Release notes):
|
@@ -42,6 +41,80 @@ export const RubyTests: AcceptanceTests = { | |||
); | |||
}, | |||
|
|||
'`test ruby-app-custom-names --file=123.gemfile.lock --package-manager=rubygems`': ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test where we test also e.g. rails.2.4.5.gemfile
files and not only lockfiles? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This PR is included in version 1.379.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does this PR do?
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
Where should the reviewer start?
https://github.com/snyk/snyk/compare/feat/allow-custom-ruby-file-names?expand=1#diff-4871998b3f946a79dad807557f130ed6R5
Relies on this PR: #1344