class Issue::Linker::Bright

Defined in:

vendors/bright/bright.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bright_token : String, bright_scan : Nil | String = nil) #

[View source]

Instance Method Detail

def get_bright_issues : Array(BrightIssue) #

Get Bright issues


[View source]
def issue_url(issue : BrightIssue) : String #

[View source]
def start_bright_scan(tests : Array(String), target_url : String) #

Start a new scan on Bright


[View source]
def update(bright_issue : BrightIssue, source_path : String, issue_url : String, vendor_logo : String = "") #

[View source]
def verification_scan(target : String, issues : Array(String)) : String #

Run a verification scan based on the Snyk project findings This will start a scan on Bright, the tests to run will be based on the Snyk findings


[View source]