8000 Add logo to helm docs and README by Zero3141 · Pull Request #1866 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions scanners/kube-hunter/.helm-docs.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ state: "released"
appVersion: "{{ template "chart.appVersion" . }}"
usecase: "Kubernetes Vulnerability Scanner"
---

![kube-hunter logo](https://raw.githubusercontent.com/aquasecurity/kube-hunter/main/kube-hunter.png)

{{- end }}

{{- define "extra.dockerDeploymentSection" -}}
Expand Down
2 changes: 2 additions & 0 deletions scanners/kube-hunter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ appVersion: "0.6.8"
usecase: "Kubernetes Vulnerability Scanner"
---

![kube-hunter logo](https://raw.githubusercontent.com/aquasecurity/kube-hunter/main/kube-hunter.png)

<!--
SPDX-FileCopyrightText: the secureCodeBox authors

Expand Down
0