Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 000da5f

Browse files
committed
Add notes.txt file for Operator Chart
1 parent 123aec9 commit 000da5f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

operator/templates/NOTES.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
secureCodeBox Operator Deployed 🚀
2+
3+
The operator can orchestrate the execution of various security scanning tools inside of your cluster.
4+
You can find a list of all officially supported scanners here: https://www.securecodebox.io/integrations/
5+
The website also lists other integrations, like persisting scan results to DefectDojo or Elasticsearch.
6+
7+
{{ if .Values.telemetryEnabled -}}
8+
The operator send out regular telemetry pings to a central service.
9+
This lets us, the secureCodeBox team, get a grasp on how much the secureCodeBox is used.
10+
The submitted data is chosen to be as anonymous as possible.
11+
You can find a complete report of the data submitted and links to the source-code at: https://www.securecodebox.io/telemetry
12+
The first ping is send one hour after the install, you can prevent this by upgrading the chart and setting `telemetryEnabled` to `false`.
13+
{{ else -}}
14+
Telemetry data collection has been disabled.
15+
{{ end -}}

0 commit comments

Comments
 (0)