From d2fe4c66881880d242faedf2ef9dcb9570354eb0 Mon Sep 17 00:00:00 2001 From: Jacob Kjeldahl Date: Tue, 10 May 2022 16:24:19 +0200 Subject: [PATCH] Fixes --gemfile-lock example Pr. https://github.com/rubysec/bundler-audit/issues/178 the parameter is --gemfile-lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa3f7a6..1e1839fd 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Ignore specific advisories: Checking a custom `Gemfile.lock` file: - $ bundle-audit check --gemfile Gemfile.custom.lock + $ bundle-audit check --gemfile-lock Gemfile.custom.lock Output the audit's results in JSON: