summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2019-12-05 17:06:27 +0000
committerCan Eldem <celdem@gitlab.com>2019-12-05 17:06:27 +0000
commitdaf6c9d460938ff58ba910cf4b518082f34378f6 (patch)
tree1269089ec3853a4a42be338d26f468d566876d1c /.gitlab-ci.yml
parent669ee51b1296d0fa18501fddec4ac64f5ec43dc2 (diff)
parent0749b1f14a5a1632a433550a59420054cbab4f28 (diff)
Merge branch 'update-license-finder' into 'master'v2.1.0
Update license finder to 5.9.2 See merge request gitlab-org/security-products/license-management!86
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9144c0..6c1c90f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,23 @@ unit:
- bundle install
- bundle exec rspec
+QA:php-composer:
+ extends: .QA
+ variables:
+ QA_PROJECT: php-composer
+
+QA:php-composer-v1-1:
+ extends: QA:php-composer
+ variables:
+ LM_REPORT_VERSION: '1.1'
+ QA_RESULTS: php-composer-v1.1
+
+QA:php-composer-v2:
+ extends: QA:php-composer
+ variables:
+ LM_REPORT_VERSION: 2
+ QA_RESULTS: php-composer-v2
+
QA:java-maven:
extends: .QA
variables: