class SnykResult

Included Modules

Defined in:

snykout/cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def base_image : String | Nil #

[View source]
def base_image=(base_image : String | Nil) #

[View source]
def dependency_count : Int32 #

[View source]
def dependency_count=(dependency_count : Int32) #

[View source]
def ok : Bool #

[View source]
def ok=(ok : Bool) #

[View source]
def org : String #

[View source]
def org=(org : String) #

[View source]
def project : String | Nil #

[View source]
def project=(project : String | Nil) #

[View source]
def unique_count : Int32 #

[View source]
def unique_count=(unique_count : Int32) #

[View source]
def vulnerabilities : Array(Vulnerability) #

[View source]
def vulnerabilities=(vulnerabilities : Array(Vulnerability)) #

[View source]