From 778b73200b450f654cb73872dfe40ac470f7dcb1 Mon Sep 17 00:00:00 2001 From: Jannik Hollenbach Date: Mon, 25 Aug 2025 10:56:11 +0200 Subject: [PATCH 1/2] Directly use proper project link for the fork ribbon Signed-off-by: Jannik Hollenbach --- src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 1cc32689b..a22b9b84d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -17,7 +17,7 @@ Fork me on GitHub Date: Mon, 25 Aug 2025 11:12:16 +0200 Subject: [PATCH 2/2] Try to correct location of meta.yaml file prefixed with `src/` in the readme which seems to be used in github, where the src folder is needed. Signed-off-by: Jannik Hollenbach --- README.md | 4 ++-- src/assets/Markdown Files/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8ffe2352..e26250942 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ yarn build The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data). ## Teams and Groups -To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions. +To customize these teams, you can create your own [meta.yaml](src/assets/YAML/meta.yaml) file with your unique team definitions. Assessments within the framework can be based on either a team or a specific application, which can be referred to as the context. Depending on how you define the context or teams, you may want to group them together. @@ -129,7 +129,7 @@ Here are a couple of examples to illustrate this, in breakers the DSOMM word: - Multiple applications (teams) can belong to a single overarching team (application). - Multiple teams (teams) can belong to a larger department (group). -Feel free to create your own [meta.yaml](src/assets/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker). +Feel free to create your own [meta.yaml](src/assets/YAML/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker). Here is an example to start docker with customized meta.yaml: ``` # Customized meta.yaml diff --git a/src/assets/Markdown Files/README.md b/src/assets/Markdown Files/README.md index cc59e6cb6..3e83c0f45 100644 --- a/src/assets/Markdown Files/README.md +++ b/src/assets/Markdown Files/README.md @@ -98,7 +98,7 @@ docker run -d -p 80:8080 wurstbrot/dsomm:latest The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data). ## Teams and Groups -To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions. +To customize these teams, you can create your own [meta.yaml](/assets/YAML/meta.yaml) file with your unique team definitions. Assessments within the framework can be based on either a team or a specific application, which can be referred to as the context. Depending on how you define the context or teams, you may want to group them together. @@ -106,7 +106,7 @@ Here are a couple of examples to illustrate this, in breakers the DSOMM word: - Multiple applications (teams) can belong to a single overarching team (application). - Multiple teams (teams) can belong to a larger department (group). -Feel free to create your own [meta.yaml](src/assets/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker). +Feel free to create your own [meta.yaml](/assets/YAML/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker). Here is an example to start docker with customized meta.yaml: ``` # Customized meta.yaml