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

Allow passing multiple Gemfile.lock files to bundler audit #224

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fatkodima
Copy link
Contributor

@fatkodima fatkodima commented Aug 29, 2019

# checks Gemfile.lock by default, as now
$ bundler audit

# checks multiple lockfiles
$ bundler audit check Gemfile.lock GemfileNext.lock

Replaces #212
Replaces #207
Replaces #200
Replaces #171

Closes #178
Closes #181

@postmodern postmodern changed the title Allow passing Gemfile.lock paths to bundler audit Allow passing multiple Gemfile.lock files to bundler audit Dec 17, 2020
@postmodern
Copy link
Member

Auditing multiple Gemfile.lock files in one run is an interesting idea. Not sure whether users with multiple Gemfile.lock files would prefer to audit them individually via some set of CI tasks, or in one run; with annotated output indicated which Gemfile.lock file contains the vulnerable gems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Bundler::Audit::Scanner#initialize allow passing Gemfile.lock paths to bundle audit
2 participants