Skip to content

Commit

Permalink
Fix for kics realtime seachline (Checkmarx#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlombacx committed Aug 7, 2023
1 parent 4efd522 commit 1383ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrappers/scan-kics-realtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type KicsFiles struct {
Line uint `json:"line"`
IssueType string `json:"issue_type"`
SearchKey string `json:"search_key"`
SearchLine uint `json:"search_line"`
SearchLine int `json:"search_line"`
SearchValue string `json:"search_value"`
ExpectedValue string `json:"expected_value"`
ActualValue string `json:"actual_value"`
Expand Down

0 comments on commit 1383ff5

Please sign in to comment.