-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy path.helm-docs.gotmpl
More file actions
53 lines (39 loc) · 1.24 KB
/
.helm-docs.gotmpl
File metadata and controls
53 lines (39 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{{- /*
SPDX-FileCopyrightText: the secureCodeBox authors
SPDX-License-Identifier: Apache-2.0
*/ -}}
{{- define "extra.docsSection" -}}
---
title: "Name of the Hook"
category: "hook"
type: "processing"
state: "released"
appVersion: "{{ template "chart.appVersion" . }}"
usecase: "Takes Screenshots of websites"
---

{{- end }}
{{- define "extra.chartDeploymentSection" -}}
## Deployment
The {{ template "chart.name" . }} `scanType` can be deployed via helm:
```bash
# Install HelmChart (use -n to configure another namespace)
helm upgrade --install {{ template "chart.name" . }} oci://ghcr.io/securecodebox/helm/{{ template "chart.name" . }}
```
{{- end }}
{{- define "extra.dockerDeploymentSection" -}}
## Supported Tags
- `latest` (represents the latest stable release build)
- tagged releases, e.g. `3.0.0`, `2.9.0`, `2.8.0`, `2.7.0`
{{- end }}
{{- define "extra.chartAboutSection" -}}
## What is HookName?
{{- end }}
{{- define "extra.scannerConfigurationSection" -}}{{- end }}
{{- define "extra.chartConfigurationSection" -}}
## Additional Chart Configurations
...
{{- end }}
{{- define "extra.scannerLinksSection" -}}
[owasp]: https://www.owasp.org/index.php/OWASP_secureCodeBox
{{- end }}