Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ include: # Gitleaks template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/gitleaks/gitlab-ci-gitleaks@2" variables: # Default value; can be globally overridden TBC_NAMESPACE: "to-be-continuous" # this job tests the Docker image on a remote Vault server (configurable) test-on-remote: image: "docker.io/curlimages/curl" Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,10 @@ include: # Gitleaks template - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/gitleaks/gitlab-ci-gitleaks@2" variables: # Default value; can be globally overridden TBC_NAMESPACE: "to-be-continuous" # this job tests the Docker image on a remote Vault server (configurable) test-on-remote: image: "docker.io/curlimages/curl" Loading