Gitlab CI/CD Dynamic Application Security Testing (DAST)
Today we will go in deep with gitlab CI/CD automation. Because every image build need to be 100% secure we will do today application security tests. In order to be operational for this step we need to add 2 stages to our gitlab yml file. Stages we need to add are dev_build, dev_build_remove and dast. In the first stage (dev_build) we need to build a temporary image in order to scan it. To do this Read more…