{{- /* 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" --- ![OWASP logo](https://owasp.org/assets/images/logo.png) {{- 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 }}