Skip to content

Commit af18928

Browse files
committed
Test yaml anchors
1 parent 44924a0 commit af18928

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

data-new/BuildAndDeployment/Sub-Dimensions.yaml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ _meta:
44
icon: "Build and Deployment.png"
55
description: |-
66
A markdown description of this dimension.
7+
_yaml_references:
8+
tools:
9+
ci-cd: &ci-cd CI/CD tools, eg. Jenkins
10+
711
Build:
812
Building and testing of artifacts in virtual environments:
9-
risk:
10-
- While building and testing artifacts, third party systems, application frameworks
13+
description: |-
14+
While building and testing artifacts, third party systems, application frameworks
1115
and 3rd party libraries are used. These might be malicious as a result of
1216
vulnerable libraries or because they are altered during the delivery phase.
17+
risk:
18+
- |-
19+
While building and testing artifacts, third party systems, application frameworks
20+
and 3rd party libraries are used. These might be malicious as a result of
21+
vulnerable libraries or because they are altered during the delivery phase.
1322
measure: Each step during within the build and testing phase is performed in
1423
a separate virtual environments, which is destroyed afterward.
1524
meta:
@@ -23,7 +32,7 @@ Build:
2332
usefulness: 2
2433
implementation:
2534
- Container technologies and orchestration like Docker, Kubernetes
26-
- CI/CD Tools, e.g. Jenkins
35+
- *ci-cd
2736
level: 2
2837
samm2: i-secure-build|A|2
2938
iso27001-2017:
@@ -44,7 +53,7 @@ Build:
4453
usefulness: 4
4554
level: 1
4655
implementation:
47-
- CI/CD Tools, e.g. Jenkins
56+
- *ci-cd
4857
- Container technologies and orchestration like Docker, Kubernetes
4958
samm2: i-secure-build|A|1
5059
iso27001-2017:

0 commit comments

Comments
 (0)