Please enable JavaScript.
Coggle requires JavaScript to display documents.
DevSecOps (Patterns (Recipes) (...have different Maturity levels…
DevSecOps
-
-
Guiding Principles
Everything as Code
-
-
-
-
All artifacts used and generated along the value stream are code based to enable automated execution, verification and tracking
-
Pipeline first
The starting point of every new product (in the broader sense) is a minimal pipeline. Automation, validation, etc can be implemented iteratively.
Optimization for Flow
Flow of change from inception to availability in production is made visible and optimized for. This is a counter-pattern to functional focus and optimization.
Continuous Everything
As products evolve, most one-time validations are not sustainable. Validations (testing, compliance & security checks, etc) must be performed continuously.
-
-
-
-
-
-