Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/integrating-a-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)).
Expand Down