Skip to content

Commit

Permalink
Add multiScanId to simpleJson
Browse files Browse the repository at this point in the history
  • Loading branch information
orz25 committed Feb 13, 2024
1 parent e66f775 commit 43ad5e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formats/simplejsonapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 43ad5e2

Please sign in to comment.