diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-27 16:05:26 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-27 16:05:26 -0600 |
| commit | 8bfe9ffbf798abdd2fa56a07bbbcfbf7e46b2e32 (patch) | |
| tree | d7bae5f89dfe9f45d668aa1a3f60157b3f2e89e3 | |
| parent | 4c241d4eb1af9e4b4fa50ca87f907133c60647ec (diff) | |
test: attempt to start the clair-vulnerabilities-db
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efc3375..76738d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ integration: stage: test services: - docker:stable-dind + - name: "registry.gitlab.com/gitlab-org/security-products/analyzers/clair-vulnerabilities-db:latest" + alias: clair-vulnerabilities-db script: - apk add bash build-base git ruby ruby-bigdecimal ruby-bundler ruby-dev ruby-json - ./bin/setup |
