Skip to content

Commit

Permalink
Merge pull request #201 from cerberauth/fix-report-format
Browse files Browse the repository at this point in the history
fix: status_code to statusCode in report output
  • Loading branch information
emmanuelgautier authored Oct 14, 2024
2 parents f0fd8cb + 37ad409 commit 1193d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ScanReportRequest struct {
}

type ScanReportResponse struct {
StatusCode int `json:"status_code" yaml:"status_code"`
StatusCode int `json:"statusCode" yaml:"statusCode"`
Body *string `json:"body,omitempty" yaml:"body,omitempty"`
Cookies []*http.Cookie `json:"cookies,omitempty" yaml:"cookies,omitempty"`
Header http.Header `json:"headers,omitempty" yaml:"headers,omitempty"`
Expand Down

0 comments on commit 1193d5e

Please sign in to comment.