Commit 90f880f
Changed files (3)
lib
examine
cli
lib/examine/cli/clair.rb
@@ -65,7 +65,7 @@ module Examine
command = [
clair_exe, "-c #{options[:url]}",
"--ip #{clair_ip}",
- '--threshold Low',
+ '--threshold High',
'--reportAll=false',
"-r #{options[:report]}", "-l #{options[:log]}", image
]
lib/examine/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Examine
- VERSION = '0.1.2'
+ VERSION = '0.1.3'
end
Gemfile.lock
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
- examine (0.1.2)
+ examine (0.1.3)
down (~> 4.8)
thor (~> 0.20)
GEM
remote: https://rubygems.org/
specs:
- addressable (2.6.0)
- public_suffix (>= 2.0.2, < 4.0)
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
bundler-audit (0.6.1)
bundler (>= 1.2.0, < 3)
@@ -21,7 +21,7 @@ GEM
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
- public_suffix (3.1.1)
+ public_suffix (4.0.6)
rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
@@ -63,4 +63,4 @@ DEPENDENCIES
rubocop-rspec (~> 1.22)
BUNDLED WITH
- 2.0.2
+ 2.1.4