Skip to content

Commit

Permalink
fix(cxone):update Name field in reporting for policy as code (SAP#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
thtri authored and maxatsap committed Jul 23, 2024
1 parent a7d9c8b commit b2ea505
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 b2ea505

Please sign in to comment.