diff --git a/docs/contributing/integrating-a-scanner.md b/docs/contributing/integrating-a-scanner.md index 6daac11e..5f58787e 100644 --- a/docs/contributing/integrating-a-scanner.md +++ b/docs/contributing/integrating-a-scanner.md @@ -51,7 +51,7 @@ scanners/nmap To create a new Helm Chart for your scanner you can use the following command (replace *new-scanner* with the name of the scanner): ```bash -helm create new-scanner +make create-new-scanner NAME=new-scanner ``` This command will create a new directory named *new-scanner* and some template files provided by `helm` to simplify the creation of Helm Charts (see [Helm | Getting Started](https://helm.sh/docs/chart_template_guide/getting_started/)).