Skip to main content

Gitlab CI/CD Container Scanning

The .gitlab-ci.yaml file in your repository will need to be updated.

The CI/CD Variables have changed to:

container_scanning:
variables:
CS_IGNORE_UNFIXED: "true"
CS_IMAGE: "${REGISTRY_HOST}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:${CI_COMMIT_SHORT_SHA}"
CS_REGISTRY_USER: "${REGISTRY_ROBOT}"
CS_REGISTRY_PASSWORD: "${REGISTRY_TOKEN}"