struct Issue::Linker::ShiftLeftResponse

Overview

{ "ok": true, "next_page": "https://api.shiftleft.io/orgs/4c07962d-745f-4465-9965-002f6cf3c7ff/findings?page=2", "response": { "has_more": true, "scan": { # Scan Data }, "findings": [ # Array of ShiftLeftIssue ], "counts": [ # Array of totals, irrelevant to us ] } }

Included Modules

Defined in:

vendors/shiftleft/shiftleft_issue.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def next_page : String | Nil #

[View source]
def ok : Bool #

[View source]
def response : Response #

[View source]