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
RUN curl https://raw.githubusercontent.com/devsecopsmaturitymodel/DevSecOps-MaturityModel/refs/heads/main/src/assets/YAML/meta.yaml -o /var/www/html/src/assets/YAML/meta.yaml
14
-
RUN echo "test" ; cat /var/www/html/src/assets/YAML/meta.yaml
15
13
RUN cd /var/www/html && php yaml-generation/generateDimensions.php
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OWASP DevSecOps Maturity Model Data
2
2
3
-
This GitHub project ([DevSecOps-MaturityModel-data](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data)) contains the source for the model itself, used by the DSOMM applciation [DevSecOps-MaturityModel](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel).
3
+
This GitHub project ([DevSecOps-MaturityModel-data](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data)) contains the source for the DSOMM *model*. The model is used by the DSOMM applciation [DevSecOps-MaturityModel](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel).
4
4
5
5
The source files include dimensions, activities, descriptions, measures, and other model data used by the application.
6
6
@@ -12,7 +12,7 @@ Contributions that improve the DSOMM model are welcome. Please edit the source f
12
12
13
13
### Testing
14
14
15
-
After making changes, generate a new `activities.yaml` and use it in a local DSOMM application to verify there are no technical issues.
15
+
After making changes, generate a new `model.yaml` and start a local DSOMM application to verify there are no technical issues. (See below.)
16
16
17
17
18
18
## Usage
@@ -28,11 +28,7 @@ Depending on your platform use either `generateDimensions.bash` (Linux) or `gene
28
28
29
29
`cd yaml-generation`
30
30
31
-
3. Install dependencies:
32
-
33
-
`./generateDimensions.bash --install`
34
-
35
-
4. Generate `activities.yaml`:
31
+
3. Generate `model.yaml`:
36
32
37
33
`./generateDimensions.bash`
38
34
@@ -42,14 +38,16 @@ Depending on your platform use either `generateDimensions.bash` (Linux) or `gene
42
38
43
39
To start a local DSOMM instance on http://localhost:8080, run:
44
40
45
-
`./generateDimensions.bash --start-dsomm`
41
+
-`./generateDimensions.bash --start-dsomm`
42
+
43
+
This will down the latest DSOMM docker image and spin it up as a docker container.
46
44
47
45
48
46
### Test referenced URLs
49
47
50
48
To test all URLs referenced by `implementations.yaml` and save results to `url-test-results.txt`, run:
0 commit comments