Skip to content

Commit 1936f38

Browse files
committed
Change logo size, add metadata, change description
1 parent 724c6fe commit 1936f38

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22
From a startup to a multinational corporation the software development industry is currently dominated by agile frameworks and product teams and as part of it DevOps strategies. It has been observed that during the implementation, security aspects are usually neglected or are at least not sufficient taken account of. It is often the case that standard safety requirements of the production environment are not utilized or applied to the build pipeline in the continuous integration environment with containerization or concrete docker. Therefore, the docker registry is often not secured which might result in the theft of the entire company’s source code.
33

4-
The OWASP DevSecOps Maturity Model, which is presented in the talk, shows security measures which are applied when using DevOps strategies and how these can be prioritized.
4+
The OWASP DevSecOps Maturity Model provides opportunities to harden DevOps strategies and shows how these can be prioritized.
55

66
With the help of DevOps strategies security can also be enhanced. For example, each component such as application libraries and operating system libraries in docker images can be tested for known vulnerabilities.
77

assets/images/logo.png

-33 KB
Loading

head.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<title>OWASP DevSecOps Maturity Model - <?php echo $title ?></title>
3838

3939
<meta property="og:image" content="https://dsomm.timo-pagel.de/assets/images/logo.png">
40+
<meta property="og:title" content="OWASP DevSecOps Maturity Model">
41+
<meta property="og:description" content="The OWASP DevSecOps Maturity Model provides opportunities to harden DevOps strategies and shows how these can be prioritized">
4042

4143
<!-- Latest compiled and minified CSS -->
4244
<link rel="stylesheet"

0 commit comments

Comments
 (0)