Skip to content

Commit adcb7f3

Browse files
committed
Adding the speakers and the program
1 parent 681946e commit adcb7f3

29 files changed

+223
-83
lines changed
873 KB
Loading
862 KB
Loading
830 KB
Loading
800 KB
Loading
1.34 MB
Loading
971 KB
Loading
917 KB
Loading
940 KB
Loading

content/events/2025-sibiu/program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
Title = "Program"
33
Type = "program"
4-
Description = "Program for Devopsdays Sibiu 2025"
4+
Description = "Program for devopsdays Sibiu 2025"
55
Icons = "false"
66
+++
77

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Talk_date = ""
3+
Talk_start_time = ""
4+
Talk_end_time = ""
5+
Title = "Building Secure Applications: Leveraging SAST, DAST and Container Security in Your GitLab Flow"
6+
Type = "talk"
7+
Speakers = ["alejandro-betancor"]
8+
+++
9+
10+
In today's fast-paced development landscape, security can no longer be an afterthought. Integrating security seamlessly into the DevOps workflow is crucial for building resilient and trustworthy applications. This talk provides a practical guide to embedding security directly within your GitLab flow by leveraging the power of Static Application Security Testing (SAST), Dynamic Application Security Testing (DAST), and Container Image Scanning. Attendees will learn how to implement these key security practices directly within their GitLab CI/CD pipelines. We will explore: Shifting Left with SAST: Automatically analyze your source code for vulnerabilities early in development, providing immediate feedback and preventing flaws from reaching production. Runtime Vulnerability Detection with DAST: Integrate dynamic testing to identify weaknesses in running applications, simulating real-world attacks to uncover issues missed by static analysis. Securing Your Containerized Deployments: Automate scanning of container images for known vulnerabilities and misconfigurations, ensuring runtime security. Orchestrating Security in GitLab CI/CD: Practical examples of integrating SAST, DAST, and container scanning jobs into GitLab pipelines, including configuration, managing findings, and automating build failures based on security policies. Best Practices and Lessons Learned: Insights into common challenges, strategies for managing false positives, and tips for fostering a security-conscious culture. By the end of this session, attendees will have a clear understanding of how to build more secure applications by effectively leveraging the security features available within their existing GitLab workflow, empowering them to integrate security as a fundamental part of their DevOps journey.

0 commit comments

Comments
 (0)