August 2019
Beginner
608 pages
16h 7m
English
The next phase is still a part of the test stage. In this stage, a container instance is instantiated from your image and is scanned for vulnerabilities using clair (https://github.com/coreos/clair).
It will log in to the eventmanager Docker registry:
Running with gitlab-runner 11.8.0 (4745a6f3)... $ container_scanning Logging to GitLab Container Registry with CI credentials... ...
Then, it will try to get a container with the scan tool in it:
Unable to find image 'arminc/clair-db:latest' locally latest: Pulling from arminc/clair-db ...
When the container is running, it will start the scan:
2019/04/28 14:08:08 [0;32m[INFO] > Start clair-scanner 2019/04/28 14:08:37 [0;32m[INFO] > Server listening on port 9279 2019/04/28 ...
Read now
Unlock full access