I’m looking for some guidance on how to scan multiple Docker containers in one stage of a CI/CD pipeline. I want to ensure that all my containers are checked for vulnerabilities efficiently. I want stage each container scanning to have its own job in a one stage. Using Gitlab EE
Hey,
Have you already considered official documentation? If you need to scan more images, just repeat the job with different images in same stage, or use paralel: matrix - also all available in documentation.
If you have any specific questions, please elaborate.
1 Like