Skip to content

Commit 43c1f80

Browse files
committed
Update outdated link to the old website
1 parent c3e6677 commit 43c1f80

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

demo-apps/dummy-ssh/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44
appVersion: "v1.0.0"
55
name: dummy-ssh
66
description: "SSH Server for scan testing."
7-
home: https://wordpress.org
8-
icon: https://www.securecodebox.io/integrationIcons/SSH.svg
7+
home: https://docs.securecodebox.io
8+
icon: https://docs.securecodebox.io/img/integrationIcons/SSH.svg
99
keywords:
1010
- vulnerable
1111
- ssh

demo-apps/dummy-ssh/helm2.Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44
appVersion: "v1.0.0"
55
name: dummy-ssh
66
description: "SSH Server for scan testing."
7-
home: https://wordpress.org
8-
icon: https://www.securecodebox.io/integrationIcons/SSH.svg
7+
home: https://docs.securecodebox.io
8+
icon: https://docs.securecodebox.io/img/integrationIcons/SSH.svg
99
keywords:
1010
- vulnerable
1111
- ssh

operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ helm install securecodebox-operator secureCodeBox/operator
4343
| securityContext.privileged | bool | `false` | Ensures that the operator container is not run in privileged mode |
4444
| securityContext.readOnlyRootFilesystem | bool | `true` | Prevents write access to the containers file system |
4545
| securityContext.runAsNonRoot | bool | `true` | Enforces that the Operator image is run as a non root user |
46-
| telemetryEnabled | bool | `true` | The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://www.securecodebox.io/telemetry |
46+
| telemetryEnabled | bool | `true` | The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://docs.securecodebox.io/docs/telemetry |
4747

operator/internal/telemetry/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type telemetryData struct {
4444

4545
// Loop Submits Telemetry Data in a regular interval
4646
func Loop(apiClient client.Client, log logr.Logger) {
47-
log.Info("The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://www.securecodebox.io/telemetry")
47+
log.Info("The Operator sends anonymous telemetry data, to give the team an overview how much the secureCodeBox is used. Find out more at https://docs.securecodebox.io/docs/telemetry")
4848

4949
// Wait 1hour to give users time to uninstall / disable telemetry
5050
time.Sleep(1 * time.Hour)

operator/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
secureCodeBox Operator Deployed 🚀
22

33
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/
4+
You can find a list of all officially supported scanners here: https://docs.securecodebox.io/
55
The website also lists other integrations, like persisting scan results to DefectDojo or Elasticsearch.
66

77
{{ if .Values.telemetryEnabled -}}
88
The operator send out regular telemetry pings to a central service.
99
This lets us, the secureCodeBox team, get a grasp on how much the secureCodeBox is used.
1010
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
11+
You can find a complete report of the data submitted and links to the source-code at: https://docs.securecodebox.io/docs/telemetry
1212
The first ping is send one hour after the install, you can prevent this by upgrading the chart and setting `telemetryEnabled` to `false`.
1313
{{ else -}}
1414
Telemetry data collection has been disabled.

0 commit comments

Comments
 (0)