Skip to content

Commit 567210d

Browse files
committed
Do not alert medium vulnerabilities, since Ubuntu / Debian does not fix them
1 parent bdb2d6c commit 567210d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/quayio/scanner/image.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Quayio
55
module Scanner
66
class Image < Struct.new(:name, :quayio_token, :whitelist)
7-
RELEVANT_SEVERITIES = %w(Medium High Critical)
7+
RELEVANT_SEVERITIES = %w(High Critical)
88

99
def vulnerable?
1010
quayio? && image_exists? && scanned? && high_vulnerabilities_present?

lib/quayio/scanner/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Quayio
22
module Scanner
3-
VERSION = '0.1.3'.freeze
3+
VERSION = '0.1.4'.freeze
44
end
55
end

0 commit comments

Comments
 (0)