We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67dfd7a commit 6381947Copy full SHA for 6381947
pkg/report/html.go
@@ -55,7 +55,7 @@ type HtmlReport struct {
55
} `json:"app_sec"`
56
57
ComparisonTable []*ComparisonTableRow `json:"comparison_table" validate:"required,dive,required"`
58
- WallarmResult *ComparisonTableRow `json:"wallarm_result" validate:"required,dive,required"`
+ WallarmResult *ComparisonTableRow `json:"wallarm_result" validate:"required,required"`
59
60
TotalSent int `json:"total_sent" validate:"min=0"`
61
BlockedRequestsNumber int `json:"blocked_requests_number" validate:"min=0"`
0 commit comments