Commit 6f2d43a

mo <mo.khan@gmail.com>
2019-07-23 23:07:08
add TODO to check for clair-scanner in PATH
1 parent 13e8422
Changed files (1)
lib/examine.rb
@@ -33,6 +33,7 @@ module Examine
 
         ip = options[:ip] || Socket.ip_address_list[1].ip_address
         system "docker pull #{image}"
+        # TODO:: ensure that the clair-scanner is found in PATH
         system "clair-scanner -c #{options[:clair_url]} --ip #{ip} #{image}"
       end