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: contributions/executable-tutorial/leo3/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,8 @@ This proposal is relevant to DevOps and DevSecOps by demonstrating an automated
30
30
***Automation of Complex Workflows:** It automates a complete workflow from trigger to response, which showcases automation.
31
31
***Event-Driven Architecture:** The use of a Flask webhook to trigger the process shows event-driven practices that are used in DevOps environments.
32
32
***Immutable Infrastructure Principles:** By managing the state of a running container through code (Ansible), the tutorial includes configuration management and infrastructure as code.
33
-
***Practical DevSecOps:** This is an example of embedding automated security controls directly into operational workflows.
33
+
***Practical DevSecOps:** This is an example of embedding automated security controls directly into operational workflows.
34
+
35
+
Tutorial Links:
36
+
The tutorial is found on Github: https://github.com/leovalentin2/devops-soar
37
+
The executable version of it is hosted on mybinder: https://mybinder.org/v2/gh/leovalentin2/devops-soar/main (this link is also reachable via the README.md file in the Github link above)
0 commit comments