Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundler:fix - correctly parse output error (#921)
Previously when a project path does not have a Gemfile.lock file, the Bundler return an error `Could not find "Gemfile.lock"` that was being interpreted as a vulnerability. This was happening because the commit rubysec/bundler-audit@021f85f change the error message from a generic error like "Errno::ENOENT" and "No such file or directory" to a more detailed error `Could not find "Gemfile.lock"`. Fixes #919 Signed-off-by: Matheus Alcantara <matheus.alcantara@zup.com.br> (cherry picked from commit 9245d7d)
- Loading branch information