Skip to content

Commit d50986c

Browse files
committed
Changed docs.securecodebox.io to www.securecodebox.io in misc files
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent ed44cf9 commit d50986c

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

bin/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Call with --scanners / --demo-targets / --hooks to only install the wanted resources
1616
# Call with --help for usage information
1717
#
18-
# For more information see https://docs.securecodebox.io/
18+
# For more information see https://www.securecodebox.io/
1919

2020
set -euo pipefail
2121
shopt -s extglob

bin/minio-port-forward.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Will also print your access key and secret key.
1515
#
1616
# For more information see
17-
# https://docs.securecodebox.io/docs/getting-started/installation/#accessing-the-included-minio-instance
17+
# https://www.securecodebox.io/docs/getting-started/installation/#accessing-the-included-minio-instance
1818

1919
set -euo pipefail
2020
shopt -s extglob

bin/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# Removes all available resources (scanners, demo-targets, hooks, operator) and namespaces
1010
#
11-
# For more information see https://docs.securecodebox.io/
11+
# For more information see https://www.securecodebox.io/
1212

1313
set -eu
1414
shopt -s extglob

docs/resources/ascii/scb-first-start.cast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
[16.035563999999997,"o","NAME: securecodebox-operator\r\nLAST DEPLOYED: Mon Mar 29 11:16:37 2021\r\nNAMESPACE: securecodebox-system\r\n"]
272272
[16.035682999999995,"o","STATUS: deployed\r\nREVISION: 1\r\n"]
273273
[16.035928999999992,"o","TEST SUITE: None\r\n"]
274-
[16.036091999999993,"o","NOTES:\r\nsecureCodeBox Operator Deployed 🚀\r\n\r\nThe operator can orchestrate the execution of various security scanning tools inside of your cluster.\r\nYou can find a list of all officially supported scanners here: https://docs.securecodebox.io/\r\nThe website also lists other integrations, like persisting scan results to DefectDojo or Elasticsearch.\r\n\r\nThe operator send out regular telemetry pings to a central service.\r\nThis lets us, the secureCodeBox team, get a grasp on how much the secureCodeBox is used.\r\nThe submitted data is chosen to be as anonymous as possible.\r\nYou can find a complete report of the data submitted and links to the source-code at: https://docs.securecodebox.io/docs/telemetry\r\nThe first ping is send one hour after the install, you can prevent this by upgrading the chart and setting `telemetryEnabled` to `false`.\r\n"]
274+
[16.036091999999993,"o","NOTES:\r\nsecureCodeBox Operator Deployed 🚀\r\n\r\nThe operator can orchestrate the execution of various security scanning tools inside of your cluster.\r\nYou can find a list of all officially supported scanners here: https://www.securecodebox.io/\r\nThe website also lists other integrations, like persisting scan results to DefectDojo or Elasticsearch.\r\n\r\nThe operator send out regular telemetry pings to a central service.\r\nThis lets us, the secureCodeBox team, get a grasp on how much the secureCodeBox is used.\r\nThe submitted data is chosen to be as anonymous as possible.\r\nYou can find a complete report of the data submitted and links to the source-code at: https://www.securecodebox.io/docs/telemetry\r\nThe first ping is send one hour after the install, you can prevent this by upgrading the chart and setting `telemetryEnabled` to `false`.\r\n"]
275275
[16.041005999999992,"o","\u001b[1m\u001b[7m%\u001b[27m\u001b[1m\u001b[0m \r \r"]
276276
[16.041126999999992,"o","\u001b]2;scb@demo: ~/GitHub/secureCodeBox/secureCodeBox\u0007"]
277277
[16.041234999999997,"o","\u001b]1;..secureCodeBox\u0007"]

docs/resources/ascii/scb-first-start.svg

Lines changed: 1 addition & 1 deletion
Loading

hooks/cascading-scans/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ You can do that by setting a label selector which matches all rules you want to
1717

1818
Find out more, on the secureCodeBox docs:
1919

20-
- HowTo Scanning Networks: https://docs.securecodebox.io/docs/how-tos/scanning-networks
21-
- CascadingRule API Docs: https://docs.securecodebox.io/docs/api/crds/cascading-rule
20+
- HowTo Scanning Networks: https://www.securecodebox.io/docs/how-tos/scanning-networks
21+
- CascadingRule API Docs: https://www.securecodebox.io/docs/api/crds/cascading-rule

hooks/persistence-defectdojo/hook/src/main/java/io/securecodebox/persistence/strategies/VersionedEngagementsStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public List<Finding> run(Scan scan, ScanFile scanResultFile) throws Exception {
7676
userId = this.config.getUserId();
7777
} else {
7878
if (this.persistenceProviderConfig.isInLowPrivilegedMode()) {
79-
throw new DefectDojoPersistenceException("You need to configure the id of the DefectDojo user when running the DefectDojo Hook in low privileged mode. See: https://docs.securecodebox.io/docs/hooks/defectdojo#low-privileged-mode");
79+
throw new DefectDojoPersistenceException("You need to configure the id of the DefectDojo user when running the DefectDojo Hook in low privileged mode. See: https://www.securecodebox.io/docs/hooks/defectdojo#low-privileged-mode");
8080
}
8181
LOG.debug("Getting DefectDojo User Id via Username from the API");
8282
userId = userService.searchUnique(User.builder().username(this.config.getUsername()).build())

operator/internal/telemetry/telemetry.go

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

5858
// Loop Submits Telemetry Data in a regular interval
5959
func Loop(apiClient client.Client, log logr.Logger) {
60-
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")
60+
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/docs/telemetry")
6161

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

operator/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ SPDX-License-Identifier: Apache-2.0
66
secureCodeBox Operator Deployed 🚀
77

88
The operator can orchestrate the execution of various security scanning tools inside of your cluster.
9-
You can find a list of all officially supported scanners here: https://docs.securecodebox.io/
9+
You can find a list of all officially supported scanners here: https://www.securecodebox.io/
1010
The website also lists other integrations, like persisting scan results to DefectDojo or Elasticsearch.
1111

1212
{{ if .Values.telemetryEnabled -}}
1313
The operator send out regular telemetry pings to a central service.
1414
This lets us, the secureCodeBox team, get a grasp on how much the secureCodeBox is used.
1515
The submitted data is chosen to be as anonymous as possible.
16-
You can find a complete report of the data submitted and links to the source-code at: https://docs.securecodebox.io/docs/telemetry
16+
You can find a complete report of the data submitted and links to the source-code at: https://www.securecodebox.io/docs/telemetry
1717
The first ping is send one hour after the install, you can prevent this by upgrading the chart and setting `telemetryEnabled` to `false`.
1818
{{ else -}}
1919
Telemetry data collection has been disabled.

0 commit comments

Comments
 (0)