From the course: DevOps Foundations: Continuous Delivery/Continuous Integration
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Security testing in action with Gauntlt
From the course: DevOps Foundations: Continuous Delivery/Continuous Integration
Security testing in action with Gauntlt
- [Instructor] Let's talk about a really fun part of continuous delivery, security testing. I love this topic, but it's often overlooked. There are a bunch of ways you can get started with this, but let's start by discussing how security fits into the overall picture. There are two main categories of security testing that work well for delivery pipeline. The security industry is full of acronyms and lots of fun ones like SAST and DAST, to describe how this concept works and even runtime variations like RASP and IS but let's just break this down into two categories, static and dynamic. We're going to look at a dynamic security approach and then a static testing approach. Dynamic security testing differs from our other testing in that you run it against a deployed and running application. Let's look at some of the pros and cons here. In dynamic testing, you don't really assert anything other than statements like this form…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Introducing the delivery pipeline2m 40s
-
(Locked)
Version control practices5m 18s
-
(Locked)
Version control in action with Git7m 19s
-
(Locked)
Continuous integration systems4m
-
(Locked)
Continuous integration in action10m 9s
-
(Locked)
Building artifacts5m 17s
-
(Locked)
Artifact repositories in action9m 37s
-
(Locked)
Testing and continuous delivery4m 23s
-
(Locked)
Testing philosophy2m 40s
-
(Locked)
Unit testing in action4m 29s
-
(Locked)
Application deploy and release6m 54s
-
(Locked)
Deployment in action8m 53s
-
(Locked)
Integration testing in action3m 22s
-
(Locked)
UI testing in action6m 34s
-
(Locked)
Security testing in action with Gauntlt5m 53s
-
-
-