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 Read more…