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
Copy file name to clipboardExpand all lines: data/BuildandDeployment.yml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,19 @@ Build:
6
6
libraries or because they are altered during the delivery phase.
7
7
measure: Each step during within the build and testing phase is performed in a separate virtual
8
8
environments, which is destroyed afterward.
9
+
meta:
10
+
implementationGuide: Depending on your envirnoment, usage of virtual machines or container technoligy is a good way. After the build, the filesystem should not be used again in other builds.
9
11
difficultyOfImplementation:
10
12
knowledge: 2
11
13
time: 2
12
14
resources: 2
13
15
usefulness: 2
14
-
level: 4
15
-
implementation: Docker
16
+
implementation:
17
+
- CI/CD Tools, e.g. Jenkins
18
+
- Container technologies and orchestration like Docker, Kubernetes
19
+
level: 2
20
+
- Container technologies and orchestration like Docker, Kubernetes
21
+
- CI/CD Tools, e.g. Jenkins
16
22
samm2: i-secure-build|A|2
17
23
iso27001-2017:
18
24
- 14.2.6
@@ -28,7 +34,9 @@ Build:
28
34
resources: 2
29
35
usefulness: 4
30
36
level: 1
31
-
implementation: "Jenkins, Docker"
37
+
implementation:
38
+
- CI/CD Tools, e.g. Jenkins
39
+
- Container technologies and orchestration like Docker, Kubernetes
0 commit comments