Skip to content

Commit bc6e8af

Browse files
committed
feat: update spec
1 parent 7b580c2 commit bc6e8af

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

content/_index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ DevOps Maturity Specification is a set of guidelines for DevOps best practices,
1616

1717
### DevOps Maturity Criteria
1818

19-
* MUST have → 🟢 (weight 1)
20-
* NICE to have → 🟡 (weight 0.5)
19+
* 🟢 MUST have (weight 1)
20+
* 🟡 NICE have (weight 0.5)
2121

2222
| **Category** |**Code**| **Criteria** | **Req.**|
2323
|--------------------|--------|--------------------------------------------|---------|
@@ -28,7 +28,7 @@ DevOps Maturity Specification is a set of guidelines for DevOps best practices,
2828
| | D202 | Automated Testing: Performance testing | 🟡 |
2929
| | D203 | Code Coverage | 🟡 |
3030
| | D204 | Accessibility Testing | 🟡 |
31-
| Security | D301 | Security scan | 🟢 |
31+
| Security | D301 | Security scan[^1] | 🟢 |
3232
| | D302 | License scan | 🟡 |
3333
| Supply Chain Security| D401 | Documented Build Chain | 🟢 |
3434
| | D402 | CI/CD as coded | 🟢 |
@@ -41,17 +41,18 @@ DevOps Maturity Specification is a set of guidelines for DevOps best practices,
4141
| Reporting | D601 | Email/Slack reporting functionality | 🟢 |
4242
| | D602 | Attached Reports | 🟢 |
4343

44+
[^1]: Security scan includes vulnerability scanning, dependency scanning, and secret scanning.
4445

4546
### Code Groupings
4647

47-
|**Code**| **Description**|
48-
|-------|---------------|
49-
| D1xx | Basics |
50-
| D2xx | Quality |
48+
|**Code**|**Description**|
49+
|--------|---------------|
50+
| D1xx | Basics |
51+
| D2xx | Quality |
5152
| D3xx | Security |
5253
| D4xx | Supply Chain Security|
53-
| D5xx | Analysis |
54-
| D6xx | Reporting |
54+
| D5xx | Analysis |
55+
| D6xx | Reporting |
5556

5657

5758
## Badge Levels
@@ -76,4 +77,4 @@ You can used [devops-maturity](https://github.com/devops-maturity/devops-maturit
7677

7778
### What is the difference between OpenSSF Best Practices and DevOps Maturity?
7879

79-
[OpenSSF Best Practices](https://www.bestpractices.dev/) 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 is a web-based SaaS and does not support internal deployment.
80+
[OpenSSF Best Practices](https://www.bestpractices.dev/) 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.

0 commit comments

Comments
 (0)