Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
mawinkler edited this page May 6, 2020 · 4 revisions

Integrate GitLab (To be done)

  1. Create a project within your GitLab instance
  2. Use the pipeline definition from gitlab/.gitlab-ci.yml
  3. Within the gitlab-ci.yml one needs to replace with the public IP of the kubernetes master from MOADSD-NG
  4. Create the variables as shown below

CI/CD variables

DSSC_USERNAME           <username on smartcheck>
DSSC_PASSWORD           <password on smartcheck>
DSSC_REGISTRY           <k8smaster ip>:<environment_XXX_vars:smartcheck_registry>
DSSC_REGISTRY_USERNAME  <username on smartcheck registry>
DSSC_REGISTRY_PASSWORD  <password on smartcheck registry>
DSSC_SERVICE            <k8smaster ip>:<environment_XXX_vars:smartcheck_nodeport>
HUB_USERNAME            <username on docker hub>
HUB_PASSWORD            <password on docker hub>
TARGET_IMAGE            <image on docker hub to scan>
TARGET_IMAGE_TAG        <tag>

Referenced Repositories

Clone this wiki locally