You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The geniuses of Docusaurus simply truncate the whole input file
to generate the excerpt. So the link ref at the bottom is lost
and the link is not rendered.
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Copy file name to clipboardExpand all lines: documentation/blog/2025-07-10-try-out-securecodebox-as-a-service.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ description: We are launching secureCodeBox as a Service so that you can try it
16
16
image: /img/blog/2025-07-10-scbaas-form.jpg
17
17
---
18
18
19
-
Have you ever wanted to try out _secureCodeBox_ but don't have a Kubernetes cluster on hand? We have a solution for that: [secureCodeBox as a Service][scbaas].
19
+
Have you ever wanted to try out _secureCodeBox_ but don't have a Kubernetes cluster on hand? We have a solution for that: [secureCodeBox as a Service](https://scb.iteratec.de).
20
20
21
21

22
22
@@ -32,7 +32,7 @@ But one of the major concerns we often heard in the past was:
32
32
33
33
Setting up a Kubernetes cluster is a major concern if you're not used to it. What seems to be a no-brainer for DevOps Engineers may be show-stopper for e.g. security engineers, pentesters, CISOs, Product Owners, etc. who just want to try it out.
34
34
35
-
That's the reason why we decided last year to start building [secureCodeBox as a service][scbaas], and now it's in a state where we can put it in front of the public. For that, we set up a dedicated Kubernetes cluster and developed a simple Web UI to interface with secureCodeBox. So you don't need to mess around with `kubectl` on command line 🤗
35
+
That's the reason why we decided last year to start building [secureCodeBox as a service](https://scb.iteratec.de), and now it's in a state where we can put it in front of the public. For that, we set up a dedicated Kubernetes cluster and developed a simple Web UI to interface with secureCodeBox. So you don't need to mess around with `kubectl` on command line 🤗
36
36
37
37
At the moment, we do a [very basic cascading scan](https://scb.iteratec.de/about):
38
38
@@ -58,6 +58,4 @@ Also, we require you to accept a very lightweight [terms of use](https://scb.ite
58
58
59
59
## Why Hosted on a Company Domain?
60
60
61
-
Maybe you recognized that [secureCodeBox as a service][scbaas] is hosted under a company domain of the [iteratec GmbH](https://www.iteratec.com). _iteratec_ is the main sponsor of _secureCodeBox_. The reason why we host the service there instead under the open source project's domain is for legal reasons. Since we're located in Germany, and we have something called the "Hackerparagraph" (you can be sued for scanning if not permitted by the owner of the scanned systems). To prevent the individual maintainers or maybe the [OWASP](https://www.owasp.org) getting sued, we needed a legal entity to be in charge and as a legal party for the terms of use. Of course, we asked a lawyer. 😉
62
-
63
-
[scbaas]: https://scb.iteratec.de
61
+
Maybe you recognized that [secureCodeBox as a service](https://scb.iteratec.de) is hosted under a company domain of the [iteratec GmbH](https://www.iteratec.com). _iteratec_ is the main sponsor of _secureCodeBox_. The reason why we host the service there instead under the open source project's domain is for legal reasons. Since we're located in Germany, and we have something called the "Hackerparagraph" (you can be sued for scanning if not permitted by the owner of the scanned systems). To prevent the individual maintainers or maybe the [OWASP](https://www.owasp.org) getting sued, we needed a legal entity to be in charge and as a legal party for the terms of use. Of course, we asked a lawyer. 😉
0 commit comments