-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
506 lines (470 loc) · 16.9 KB
/
index.html
File metadata and controls
506 lines (470 loc) · 16.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<html><head>
<meta name="generator" content="Hugo 0.128.0">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZE9BS6NG0D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZE9BS6NG0D');
</script>
<link rel="stylesheet" href="/css/style.css">
<title>DevOps Maturity Specification</title>
<meta name="description" content="Assess, improve, and showcase your DevOps maturity — across teams and organizations."/>
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="twitter:card" content="Assess, improve, and showcase your DevOps maturity — across teams and organizations.">
<meta name="twitter:title" content="DevOps Maturity Specification">
<meta name="twitter:description" content="Assess, improve, and showcase your DevOps maturity — across teams and organizations.">
<meta property="og:title" content="DevOps Maturity Specification"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="/"/>
<meta property="og:description" content="Assess, improve, and showcase your DevOps maturity — across teams and organizations."/>
<meta property="og:site_name" content="DevOps Maturity Specification"/>
</head>
<body class="devops-maturity--loading"><header class="header">
<div class="container">
<a href="/">
<div class="logo"></div>
</a>
<ul class="header__menu">
<li class="header__menu-item dropdown">
<button class="dropdown__label">Languages</button>
<ul class="dropdown__options">
<li class="dropdown__option"><a href="/">English</a></li>
<li class="dropdown__option"><a href="/zh/">中文</a></li>
</ul>
</li>
<li class="header__menu-item dropdown">
<button class="dropdown__label">
<a href="/about" class="no-style-a">About</a>
</button>
</li>
</ul>
</div>
</header>
<section class="welcome">
<div class="container">
<h1 class="welcome__title">DevOps Maturity Specification</h1>
<p class="welcome__description">Assess, improve, and showcase your DevOps maturity — across teams and organizations.</p>
<div class="welcome__actions">
<a class="welcome__action" href="#summary">Quick Summary</a>
<a class="welcome__action" href="#specification">Full Specification</a>
<a class="welcome__action" href="https://github.com/devops-maturity/spec">Contribute</a>
</div>
<figure class="welcome__image">
<img src='/img/logo.png'>
</figure>
</div>
</section>
<main>
<article class="container markdown-body">
<h1 id="devops-maturity-specification">DevOps Maturity Specification</h1>
<h2 id="summary">Summary</h2>
<h3 id="what-is-the-devops-maturity-specification">What is the DevOps Maturity Specification?</h3>
<p>The DevOps Maturity Specification is a set of guidelines and criteria designed to help organizations assess and improve their DevOps practices. It provides a structured approach to evaluate key areas such as Basics, Quality, Security, Supply Chain Security, Analysis, and Reporting. The specification is intended to align with best practices and provide a framework for continuous improvement within the DevOps community.</p>
<h3 id="key-points">Key Points</h3>
<ul>
<li><strong>Purpose</strong>: Help organizations and teams assess DevOps practices, align on best practices, and drive continuous improvement.</li>
<li><strong>Scope</strong>: Covers key DevOps domains including build, testing, security, supply chain, analysis, and reporting.</li>
<li><strong>Maturity Levels</strong>: Tracks progress with clear visual badges (See <a href="/#badge-levels">Badge Levels</a>) to provide an easy and intuitive overview.</li>
<li><strong>Scoring</strong>: Criteria are weighted as MUST (🟢) or NICE (🟡) enabling clear and actionable evaluation.</li>
<li><strong>Tooling</strong>: Works with <a href="https://github.com/devops-maturity/devops-maturity">devops-maturity</a> to automate scoring via Web UI or CLI.</li>
</ul>
<hr>
<h2 id="specification">Specification</h2>
<table>
<thead>
<tr>
<th><strong>Category</strong></th>
<th><strong>Code</strong><sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></th>
<th><strong>Criteria</strong><sup id="fnref:2"><a href="#fn:2" class="footnote-ref" role="doc-noteref">2</a></sup></th>
<th><strong>Req.</strong><sup id="fnref:3"><a href="#fn:3" class="footnote-ref" role="doc-noteref">3</a></sup></th>
</tr>
</thead>
<tbody>
<tr>
<td>Basics</td>
<td>D101</td>
<td>Branch Builds</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D102</td>
<td>Pull Request Builds</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D103</td>
<td>Clean Build Environments</td>
<td>🟡</td>
</tr>
<tr>
<td>Quality</td>
<td>D201</td>
<td>Unit Testing</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D202</td>
<td>Functional Testing</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D203</td>
<td>Performance Testing</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D204</td>
<td>Code Coverage</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D205</td>
<td>Accessibility Testing</td>
<td>🟡</td>
</tr>
<tr>
<td>Security</td>
<td>D301</td>
<td>Vulnerability Scanning</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D302</td>
<td>License Scanning</td>
<td>🟡</td>
</tr>
<tr>
<td>Supply Chain Security</td>
<td>D401</td>
<td>Documented Build Process</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D402</td>
<td>CI/CD as Code</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D403</td>
<td>Artifact Signing</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D404</td>
<td>Dependency Pinning</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D405</td>
<td>SBOM Generation</td>
<td>🟡</td>
</tr>
<tr>
<td>Analysis</td>
<td>D501</td>
<td>Static Code Analysis</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D502</td>
<td>Dynamic Code Analysis</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D503</td>
<td>Code Linting</td>
<td>🟡</td>
</tr>
<tr>
<td>Reporting</td>
<td>D601</td>
<td>Notifications & Alerts</td>
<td>🟢</td>
</tr>
<tr>
<td></td>
<td>D602</td>
<td>Attached Reports</td>
<td>🟡</td>
</tr>
<tr>
<td></td>
<td>D603</td>
<td>Compliance Mapping & Auditability</td>
<td>🟡</td>
</tr>
</tbody>
</table>
<p><em>Proposed a new criteria?</em> Please <a href="https://github.com/devops-maturity/spec/issues">open an issue</a>.</p>
<h2 id="badge-levels">Badge Levels</h2>
<p>Your score will generate one of the following badges:</p>
<table>
<thead>
<tr>
<th>Level</th>
<th>Score Range</th>
<th>Badge</th>
</tr>
</thead>
<tbody>
<tr>
<td>WIP</td>
<td>0 - 29</td>
<td><img alt="WIP" src="https://img.shields.io/badge/DevOps%20Maturity-WIP-blue.svg"></td>
</tr>
<tr>
<td>PASSING</td>
<td>30 - 49</td>
<td><img alt="PASSING" src="https://img.shields.io/badge/DevOps%20Maturity-PASSING-green.svg"></td>
</tr>
<tr>
<td>BRONZE</td>
<td>50 - 69</td>
<td><img alt="BRONZE" src="https://img.shields.io/badge/DevOps%20Maturity-BRONZE-yellow.svg"></td>
</tr>
<tr>
<td>SILVER</td>
<td>70 - 89</td>
<td><img alt="SILVER" src="https://img.shields.io/badge/DevOps%20Maturity-SILVER-silver.svg"></td>
</tr>
<tr>
<td>GOLD</td>
<td>90 - 100</td>
<td><img alt="GOLD" src="https://img.shields.io/badge/DevOps%20Maturity-GOLD-gold.svg"></td>
</tr>
</tbody>
</table>
<h2 id="criteria-reference">Criteria Reference</h2>
<h3 id="code-map">Code Map</h3>
<table>
<thead>
<tr>
<th><strong>Code</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>D1xx</td>
<td>Basics</td>
</tr>
<tr>
<td>D2xx</td>
<td>Quality</td>
</tr>
<tr>
<td>D3xx</td>
<td>Security</td>
</tr>
<tr>
<td>D4xx</td>
<td>Supply Chain Security</td>
</tr>
<tr>
<td>D5xx</td>
<td>Analysis</td>
</tr>
<tr>
<td>D6xx</td>
<td>Reporting</td>
</tr>
</tbody>
</table>
<ul>
<li>All criteria codes are prefixed by domain letter (e.g., <code>D</code> for DevOps)</li>
<li>Code format: <code>DXYZ</code>
<ul>
<li><code>D</code> = Domain (DevOps)</li>
<li><code>X</code> = Category (e.g., 1: Basics, 2: Quality)</li>
<li><code>YZ</code> = Criteria number</li>
</ul>
</li>
</ul>
<h2 id="criteria-details">Criteria Details</h2>
<details>
<summary>Click to expand criteria details</summary>
<div><table>
<thead>
<tr>
<th><strong>Code</strong></th>
<th><strong>Criteria</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>D101</td>
<td>Branch Builds</td>
<td>Enables builds to be triggered from any Git branch, not limited to the main or default branch.</td>
</tr>
<tr>
<td>D102</td>
<td>Pull Request Builds</td>
<td>Supports automatic builds for pull requests (PRs), allowing validation before merging into target branches.</td>
</tr>
<tr>
<td>D103</td>
<td>Clean Build Environments</td>
<td>Ensures builds run in isolated, reproducible environments (e.g., containers or virtual machines) to avoid contamination from previous runs.</td>
</tr>
<tr>
<td>D201</td>
<td>Unit Testing</td>
<td>Supports execution of unit or component-level tests to validate individual functions or modules in isolation.</td>
</tr>
<tr>
<td>D202</td>
<td>Functional Testing</td>
<td>Enables running functional, integration, or end-to-end (E2E) tests to validate system behavior and interactions.</td>
</tr>
<tr>
<td>D203</td>
<td>Performance Testing</td>
<td>Supports performance-related testing, such as load, stress, and scalability tests, to evaluate system responsiveness and stability under pressure.</td>
</tr>
<tr>
<td>D204</td>
<td>Code Coverage</td>
<td>Enables measurement of test coverage, including metrics like line, branch, and function coverage, to assess test effectiveness.</td>
</tr>
<tr>
<td>D205</td>
<td>Accessibility Testing</td>
<td>Supports testing for compliance with accessibility standards (e.g., WCAG) to ensure usability for people with disabilities.</td>
</tr>
<tr>
<td>D301</td>
<td>Vulnerability Scanning</td>
<td>Scanning source code, containers, or infrastructure for known security vulnerabilities using tools like Snyk, Trivy, or SonarQube security rules.</td>
</tr>
<tr>
<td>D302</td>
<td>License Scanning</td>
<td>Checking open-source dependencies for license compliance and legal risks to avoid unapproved or incompatible usage.</td>
</tr>
<tr>
<td>D401</td>
<td>Documented Build Process</td>
<td>CI/CD build steps are version-controlled and documented.</td>
</tr>
<tr>
<td>D402</td>
<td>CI/CD as Code</td>
<td>Pipelines and infrastructure are defined as code (IaC, PaC).</td>
</tr>
<tr>
<td>D403</td>
<td>Artifact Signing</td>
<td>Build artifacts are cryptographically signed.</td>
</tr>
<tr>
<td>D404</td>
<td>Dependency Pinning</td>
<td>All dependencies are pinned to exact versions.</td>
</tr>
<tr>
<td>D405</td>
<td>SBOM Generation</td>
<td>Automatically generate and manage Software Bill of Materials (SBOMs) using SPDX or CycloneDX.</td>
</tr>
<tr>
<td>D501</td>
<td>Static Code Analysis</td>
<td>Analyzing code without executing it to detect bugs, code smells, or potential security issues.</td>
</tr>
<tr>
<td>D502</td>
<td>Dynamic Code Analysis</td>
<td>Analyzing running applications to detect runtime vulnerabilities, memory leaks, or behavioral issues.</td>
</tr>
<tr>
<td>D503</td>
<td>Code Linting</td>
<td>Checking code for style, formatting, and consistency rules.</td>
</tr>
<tr>
<td>D601</td>
<td>Notifications & Alerts</td>
<td>Notify stakeholders on key CI/CD events.</td>
</tr>
<tr>
<td>D602</td>
<td>Attached Reports</td>
<td>CI/CD runs produce and attach structured test and analysis reports.</td>
</tr>
<tr>
<td>D603</td>
<td>Compliance Mapping & Auditability</td>
<td>Map controls to standards (e.g., SLSA, NIST, ISO 20243) and provide audit-ready reports.</td>
</tr>
</tbody>
</table>
</div>
</details>
<hr>
<h2 id="faq">FAQ</h2>
<h3 id="what-is-the-difference-between-openssf-best-practices-and-devops-maturity">What is the difference between OpenSSF Best Practices and DevOps Maturity?</h3>
<p><a href="https://www.bestpractices.dev/">OpenSSF Best Practices</a> targets open source projects across the entire software development lifecycle, while DevOps Maturity focuses specifically on DevOps practices applicable to both open source and internal enterprise projects. DevOps Maturity provides both a web UI and a CLI for automatic maturity scoring. In contrast, OpenSSF Best Practices only offers a web-based SaaS and does not support internal deployment.</p>
<h3 id="what-is-the-difference-between-devops-maturity-model-and-devops-maturity-specification">What is the difference between DevOps Maturity Model and DevOps Maturity Specification?</h3>
<p>The DevOps Maturity Model is a conceptual framework that outlines the stages of DevOps adoption and maturity, while the DevOps Maturity Specification provides a detailed, actionable set of criteria and guidelines for assessing and improving DevOps practices.</p>
<h3 id="how-can-i-contribute-to-the-devops-maturity-specification">How can I contribute to the DevOps Maturity Specification?</h3>
<p>You can contribute by proposing new criteria, features, or reporting bugs. Please <a href="https://github.com/devops-maturity/spec/issues">open an issue</a> or <a href="https://github.com/devops-maturity/spec/pulls">create a pull request</a> on GitHub. We welcome contributions from the community!</p>
<h3 id="how-can-i-use-the-devops-maturity-specification-in-my-organization">How can I use the DevOps Maturity Specification in my organization?</h3>
<p>You can integrate the DevOps Maturity Specification into your organization’s DevOps practices by:</p>
<ul>
<li>Using the criteria to assess your current DevOps maturity level.</li>
<li>Implementing the recommended criteria to improve your DevOps processes.</li>
<li>Utilizing tools like <a href="https://github.com/devops-maturity/devops-maturity">devops-maturity</a> to calculate maturity scores and generate badges automatically.</li>
</ul>
<div class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1">
<p>A criteria ID code is a unique identifier assigned to specific criteria. For more details, see the <a href="/#code-map">Code Map</a>. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
</li>
<li id="fn:2">
<p>Detailed information on each criteria can be found in the <a href="/#criteria-details">Criteria Details</a> section. <a href="#fnref:2" class="footnote-backref" role="doc-backlink">↩︎</a></p>
</li>
<li id="fn:3">
<p>Required Levels: 🟢 Must-Have (Weight: 1), 🟡 Nice-to-Have (Weight: 0.5). <a href="#fnref:3" class="footnote-backref" role="doc-backlink">↩︎</a></p>
</li>
</ol>
</div>
</article>
</main><footer class="footer">
<div class="container">
<div class="footer__license">
<p>License</p>
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons - CC BY 3.0</a>
</div>
<div class="footer__logos">
<a class="footer__logo" href="https://github.com/devops-maturity/spec"><svg class="github" viewBox="0 0 128 128">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M64 5.103c-33.347 0-60.388 27.035-60.388 60.388 0 26.682 17.303 49.317 41.297 57.303 3.017.56 4.125-1.31 4.125-2.905 0-1.44-.056-6.197-.082-11.243-16.8 3.653-20.345-7.125-20.345-7.125-2.747-6.98-6.705-8.836-6.705-8.836-5.48-3.748.413-3.67.413-3.67 6.063.425 9.257 6.223 9.257 6.223 5.386 9.23 14.127 6.562 17.573 5.02.542-3.903 2.107-6.568 3.834-8.076-13.413-1.525-27.514-6.704-27.514-29.843 0-6.593 2.36-11.98 6.223-16.21-.628-1.52-2.695-7.662.584-15.98 0 0 5.07-1.623 16.61 6.19C53.7 35 58.867 34.327 64 34.304c5.13.023 10.3.694 15.127 2.033 11.526-7.813 16.59-6.19 16.59-6.19 3.287 8.317 1.22 14.46.593 15.98 3.872 4.23 6.215 9.617 6.215 16.21 0 23.194-14.127 28.3-27.574 29.796 2.167 1.874 4.097 5.55 4.097 11.183 0 8.08-.07 14.583-.07 16.572 0 1.607 1.088 3.49 4.148 2.897 23.98-7.994 41.263-30.622 41.263-57.294C124.388 32.14 97.35 5.104 64 5.104z"></path>
<path
d="M26.484 91.806c-.133.3-.605.39-1.035.185-.44-.196-.685-.605-.543-.906.13-.31.603-.395 1.04-.188.44.197.69.61.537.91zm-.743-.55M28.93 94.535c-.287.267-.85.143-1.232-.28-.396-.42-.47-.983-.177-1.254.298-.266.844-.14 1.24.28.394.426.472.984.17 1.255zm-.575-.618M31.312 98.012c-.37.258-.976.017-1.35-.52-.37-.538-.37-1.183.01-1.44.373-.258.97-.025 1.35.507.368.545.368 1.19-.01 1.452zm0 0M34.573 101.373c-.33.365-1.036.267-1.552-.23-.527-.487-.674-1.18-.343-1.544.336-.366 1.045-.264 1.564.23.527.486.686 1.18.333 1.543zm0 0M39.073 103.324c-.147.473-.825.688-1.51.486-.683-.207-1.13-.76-.99-1.238.14-.477.823-.7 1.512-.485.683.206 1.13.756.988 1.237zm0 0M44.016 103.685c.017.498-.563.91-1.28.92-.723.017-1.308-.387-1.315-.877 0-.503.568-.91 1.29-.924.717-.013 1.306.387 1.306.88zm0 0M48.614 102.903c.086.485-.413.984-1.126 1.117-.7.13-1.35-.172-1.44-.653-.086-.498.422-.997 1.122-1.126.714-.123 1.354.17 1.444.663zm0 0"></path>
</svg>
</a>
</div>
</div>
</footer>
<script src="/js/bundle.js"></script>
</body>
</html>