Add test project for Container Scanning tool
Problem to solve
The newly created Container Scanning tool lacks the test project to be added to the Security Products automated QA process.
Proposal
Create a test project for the Container Scanning tool according to the template and guidelines.
This project should test several different but important cases of the environment for the tool:
- using host machine Docker Engine (probably with shell executor, but a clarification needed on whether the
gitlab-runner
and Gitlab CI supports configuring executors within the project) - using Docker-in-Docker executor with
docker:stable-dind
as a service - using Kubernetes executor with Docker-in-Docker executor having
docker:stable-dind
as a service - as a part of Auto DevOps pipeline (ensure that the project is among the supported buildpacks)
What does success look like, and how can we measure that?
The Container Scanning tool is added to the Security Products automated QA process.
Links / references
- A comment that has generated this issue
Edited by Victor Zagorodny