diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d4c1d2..30c4b50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,7 @@ omnibus-gitlab-stretch test: *test_build omnibus-gitlab-trusty test: *test_build omnibus-gitlab-wheezy test: *test_build omnibus-gitlab-xenial test: *test_build +omnibus-gitlab-depscan test: *test_build release-tools test: *test_build sitespeed-gitlab test: *test_build www-gitlab-com-2.4 test: *test_build @@ -157,6 +158,7 @@ omnibus-gitlab-stretch: *build_and_deploy omnibus-gitlab-trusty: *build_and_deploy omnibus-gitlab-wheezy: *build_and_deploy omnibus-gitlab-xenial: *build_and_deploy +omnibus-gitlab-depscan: *build_and_deploy release-tools: *build_and_deploy sitespeed-gitlab: *build_and_deploy www-gitlab-com-2.4: *build_and_deploy diff --git a/Dockerfile.omnibus-gitlab-depscan b/Dockerfile.omnibus-gitlab-depscan new file mode 100644 index 0000000..5d99a1b --- /dev/null +++ b/Dockerfile.omnibus-gitlab-depscan @@ -0,0 +1,3 @@ +FROM alpine:3.7 + +RUN apk --no-cache add curl jq bash bc coreutils