Skip to content

Commit

Permalink
fix(cxone):update Name field in reporting for policy as code (#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
thtri authored Oct 19, 2023
1 parent d05b53c commit f0bd395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/checkmarxone/reporting.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Finding struct {
}

type LowPerQuery struct {
QueryName string `json:"query"`
QueryName string `json:"name"`
Audited int `json:"audited"`
Total int `json:"total"`
}
Expand Down

0 comments on commit f0bd395

Please sign in to comment.