Skip to content

Commit ee49afb

Browse files
committed
Imline Link In Markdown To Fix Post Overview
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>
1 parent 68aa4fe commit ee49afb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

documentation/blog/2025-07-10-try-out-securecodebox-as-a-service.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: We are launching secureCodeBox as a Service so that you can try it
1616
image: /img/blog/2025-07-10-scbaas-form.jpg
1717
---
1818

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).
2020

2121
![secureCodeBox as a Service initial form](/img/blog/2025-07-10-scbaas-form.jpg)
2222

@@ -32,7 +32,7 @@ But one of the major concerns we often heard in the past was:
3232
3333
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.
3434

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 🤗
3636

3737
At the moment, we do a [very basic cascading scan](https://scb.iteratec.de/about):
3838

@@ -58,6 +58,4 @@ Also, we require you to accept a very lightweight [terms of use](https://scb.ite
5858

5959
## Why Hosted on a Company Domain?
6060

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

Comments
 (0)