Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Add option to ignore vulnerabilities by the id. (#4)
Browse files Browse the repository at this point in the history
* Fix typo.
  • Loading branch information
sundus-y committed Oct 29, 2018
1 parent 0b3ccd7 commit ac863ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dependency_spy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class API

def self.check(options)
path = options[:path] || Dir.pwd
files = options[:file]
files = options[:files]
platform = options[:platform]
database_path = options[:database_path] || YAVDB::Constants::DEFAULT_YAVDB_DATABASE_PATH
offline = options[:offline] || false
Expand Down

0 comments on commit ac863ae

Please sign in to comment.