Skip to content

Commit

Permalink
Merge pull request #177 from phereford/ph-update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
postmodern authored Nov 22, 2019
2 parents 5f3fb71 + 310a8bd commit eb42b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Patch-level verification for [bundler].

Audit a project's `Gemfile.lock`:

$ bundle audit
$ bundle-audit
Name: actionpack
Version: 3.2.10
Advisory: OSVDB-91452
Expand Down Expand Up @@ -84,7 +84,7 @@ Audit a project's `Gemfile.lock`:

Update the [ruby-advisory-db] that `bundle audit` uses:

$ bundle audit update
$ bundle-audit update
Updating ruby-advisory-db ...
remote: Counting objects: 44, done.
remote: Compressing objects: 100% (24/24), done.
Expand All @@ -110,11 +110,11 @@ Update the [ruby-advisory-db] that `bundle audit` uses:

Update the [ruby-advisory-db] and check `Gemfile.lock` (useful for CI runs):

$ bundle audit check --update
$ bundle-audit check --update

Ignore specific advisories:

$ bundle audit check --ignore OSVDB-108664
$ bundle-audit check --ignore OSVDB-108664

Rake task:

Expand Down

0 comments on commit eb42b66

Please sign in to comment.