diff --git a/README.md b/README.md index de1cbfb6..66caf199 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,8 @@ Summary: The report file `waf-evaluation-report-.pdf` is available in the `reports` folder of the user directory. You can also specify the directory to save the reports with the `reportPath` parameter and the name of the report file with the `reportName` parameter. To learn advanced configuration options, please use this [link](#configuration-options). +You can found an example of PDF report [here](./docs/report_example.pdf). + ![Example of GoTestWaf report](./docs/report_preview.png) ## Demos diff --git a/docs/report_example.pdf b/docs/report_example.pdf new file mode 100644 index 00000000..68ae23f6 Binary files /dev/null and b/docs/report_example.pdf differ diff --git a/docs/report_preview.png b/docs/report_preview.png index c5a523f2..b946c1e9 100644 Binary files a/docs/report_preview.png and b/docs/report_preview.png differ diff --git a/pkg/report/report_template.html b/pkg/report/report_template.html index 69b0ac41..65e167ef 100644 --- a/pkg/report/report_template.html +++ b/pkg/report/report_template.html @@ -387,11 +387,11 @@

Overall grade:


GoTestWAF version : - {{.GtwVersion}} + {{.GtwVersion}}
Test cases fingerprint : - {{.TestCasesFP}} + {{.TestCasesFP}}
{{$length := len $.OpenApiFile}}{{if ne $length 0}} OpenAPI file