diff --git a/scanners/amass/.helm-docs.gotmpl b/scanners/amass/.helm-docs.gotmpl index 08f8b7a0a5..ff63509b1c 100644 --- a/scanners/amass/.helm-docs.gotmpl +++ b/scanners/amass/.helm-docs.gotmpl @@ -28,8 +28,7 @@ usecase: "Subdomain Enumeration Scanner" ## What is OWASP Amass? :::caution -Amass is currently not functional in the secureCodeBox due to a bug in the underlying docker image. We are working on a fix. -See [Issue #1847](https://github.com/secureCodeBox/secureCodeBox/issues/1847). +Amass currently has a [known issue](https://github.com/owasp-amass/amass/issues/918) where the enumeration sometimes does not exit correctly and keeps running indefinitely. This is why we recommend using the option `-timeout MINUTES` mitigate the issue. The scan will then exit after the specified amount of minutes, and the findings should be correctly parsed. :::