diff --git a/docs/content/en/usage/features.md b/docs/content/en/usage/features.md index 470c009bf71..42bd114d8dd 100644 --- a/docs/content/en/usage/features.md +++ b/docs/content/en/usage/features.md @@ -674,3 +674,12 @@ feedback.internal.google.com (endpoint) -> [ team:human resources, public_facing Endpoint Meta Importer can be found in the Endpoint tab when viewing a Product **Note:** The field "hostname" is required as it is used to query/create endpoints. + +## Findings Image Upload + +You can add images (.png, .jpeg, .gif) to your findings. In order to achieve this, you have to click on "Manage Files" within the finding: +![Manage Files](../../images/findings_manage_files.png) +There, you can upload a png file to attach it to a finding: +![Upload PNG File](../../images/file_upload.png) +The following picture shows the result: +![Result PNG File in finding](../../images/uploaded_png_to_finding.png) \ No newline at end of file diff --git a/docs/static/images/file_upload.png b/docs/static/images/file_upload.png new file mode 100644 index 00000000000..48cc12b2f18 Binary files /dev/null and b/docs/static/images/file_upload.png differ diff --git a/docs/static/images/findings_manage_files.png b/docs/static/images/findings_manage_files.png new file mode 100644 index 00000000000..76756a892f6 Binary files /dev/null and b/docs/static/images/findings_manage_files.png differ diff --git a/docs/static/images/uploaded_png_to_finding.png b/docs/static/images/uploaded_png_to_finding.png new file mode 100644 index 00000000000..17f19403ef6 Binary files /dev/null and b/docs/static/images/uploaded_png_to_finding.png differ