File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ bundler-audit offers patch-level verification for [Bundler](http://bundler.io/).
12
12
2 . Run ` codeclimate engines:enable bundler-audit ` . This command both installs the engine and enables it in your ` .codeclimate.yml ` file.
13
13
3 . You're ready to analyze! Browse into your project's folder and run ` codeclimate analyze ` .
14
14
15
+ ### Configuration
16
+
17
+ By default, bundler-audit will look for a ` Gemfile.lock ` file in the root of
18
+ your project. Optionally configure Code Climate to look at a different path:
19
+
20
+ ``` yml
21
+ plugins :
22
+ bundler-audit :
23
+ enabled : true
24
+ config :
25
+ path : optional/path/to/Gemfile.lock
26
+ ` ` `
27
+
15
28
### Updating the vulnerability database
16
29
17
30
If you want to update the vulnerability database, run
You can’t perform that action at this time.
0 commit comments