struct Gitleaks::Result

Included Modules

Defined in:

gitleaks/result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def description : String #

[View source]
def end_column : Int32 #

[View source]
def end_line : Int32 #

[View source]
def entropy : Float64 #

[View source]
def file : String #

[View source]
def fingerprint : String #

[View source]
def match : String #

[View source]
def rule_id : String #

[View source]
def secret : String #

[View source]
def start_column : Int32 #

[View source]
def start_line : Int32 #

[View source]
def tags : Array(String) #

[View source]