summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Lafoucrière <plafoucriere@gitlab.com>2018-12-14 14:49:09 -0500
committerPhilippe Lafoucrière <plafoucriere@gitlab.com>2018-12-14 14:49:09 -0500
commitfc9e0bbf58e25957ab547e8dc77dd180cbcc2649 (patch)
treeb31df799762cd55407a9ca48756a15dabc775703
parent91ac63622068d70411b305ca1f363242f1e40294 (diff)
Bump LicenseFinder to 5.5.2
closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8859 closes #https://gitlab.com/gitlab-org/gitlab-ee/issues/8830
-rw-r--r--Dockerfile2
-rwxr-xr-xtest/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index b6b1e80..7c7c38c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM licensefinder/license_finder:5.1.0
+FROM licensefinder/license_finder:5.5.2
MAINTAINER GitLab
RUN npm install npm-install-peers cheerio
diff --git a/test/test.sh b/test/test.sh
index 0130492..53c1805 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,7 +2,7 @@
set -e
-for project in ruby-bundler java-maven; do
+for project in ruby-bundler-rails java-maven; do
# Clone the test repository.
echo "Cloning the test repository https://gitlab.com/gitlab-org/security-products/tests/$project.git"
git clone "https://gitlab.com/gitlab-org/security-products/tests/$project.git" "/code/$project"