Skip to content

Commit 967899a

Browse files
committed
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 <jannik.hollenbach@iteratec.com>
1 parent 778b732 commit 967899a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ yarn build
121121
The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data).
122122

123123
## Teams and Groups
124-
To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions.
124+
To customize these teams, you can create your own [meta.yaml](src/assets/YAML/meta.yaml) file with your unique team definitions.
125125

126126
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.
127127

128128
Here are a couple of examples to illustrate this, in breakers the DSOMM word:
129129
- Multiple applications (teams) can belong to a single overarching team (application).
130130
- Multiple teams (teams) can belong to a larger department (group).
131131

132-
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).
132+
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).
133133
Here is an example to start docker with customized meta.yaml:
134134
```
135135
# Customized meta.yaml

src/assets/Markdown Files/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ docker run -d -p 80:8080 wurstbrot/dsomm:latest
9898
The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data).
9999

100100
## Teams and Groups
101-
To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions.
101+
To customize these teams, you can create your own [meta.yaml](/assets/YAML/meta.yaml) file with your unique team definitions.
102102

103103
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.
104104

105105
Here are a couple of examples to illustrate this, in breakers the DSOMM word:
106106
- Multiple applications (teams) can belong to a single overarching team (application).
107107
- Multiple teams (teams) can belong to a larger department (group).
108108

109-
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).
109+
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).
110110
Here is an example to start docker with customized meta.yaml:
111111
```
112112
# Customized meta.yaml

0 commit comments

Comments
 (0)