From e1209200f780f35e4aee9062eb1927a2f25880ce Mon Sep 17 00:00:00 2001 From: Lovro Bikic Date: Sun, 27 Oct 2024 00:07:58 +0200 Subject: [PATCH] Add output example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2fb363..010d75d 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Polariscope can be used on the CLI and in code. Position yourself at the root of your Ruby application and run: $ [bundle exec] polariscope scan + => 87.4 -The command will read the contents of `Gemfile`, `Gemfile.lock` and [`.bundler-audit.yml`](https://github.com/rubysec/bundler-audit?tab=readme-ov-file#configuration-file) (optional, to ignore advisories) in the current directory and output the health score. +The command will read the contents of `Gemfile`, `Gemfile.lock` and [`.bundler-audit.yml`](https://github.com/rubysec/bundler-audit?tab=readme-ov-file#configuration-file) (optional, to ignore advisories) in the current directory and output the calculated health score. ### In code