diff --git a/formats/simplejsonapi.go b/formats/simplejsonapi.go index 81e90baf..856eac17 100644 --- a/formats/simplejsonapi.go +++ b/formats/simplejsonapi.go @@ -16,6 +16,7 @@ type SimpleJsonResults struct { Iacs []SourceCodeRow `json:"iacViolations"` Sast []SourceCodeRow `json:"sastViolations"` Errors []SimpleJsonError `json:"errors"` + MultiScanId string `json:"multi_scan_id,omitempty"` } type SeverityDetails struct {