diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-08-09 15:30:33 +0000 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-08-09 15:30:33 +0000 |
| commit | 19f8fdcd8b2351daf220e3a3a456db84dd661280 (patch) | |
| tree | 54d02fc44497e930819da50aceb7742d821e67ec | |
| parent | 242b96eb1bf64defc3e263c8d4b182dde36bf3e6 (diff) | |
| parent | 7169e7953e50cec8dd1ab7f6418fbe5e37af9a74 (diff) | |
Merge branch 'caneldem-master-patch-69501' into 'master'
Change qa test project go => go-modules
See merge request gitlab-org/security-products/license-management!53
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | test/results/go-modules.json | 22 | ||||
| -rw-r--r-- | test/results/go.json | 39 |
3 files changed, 23 insertions, 40 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ac1663..d54da14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ QA:ruby-bundler: QA:go: extends: .QA variables: - QA_PROJECT: go + QA_PROJECT: go-modules QA_REF: master .docker_tag: diff --git a/test/results/go-modules.json b/test/results/go-modules.json new file mode 100644 index 0000000..b946b60 --- /dev/null +++ b/test/results/go-modules.json @@ -0,0 +1,22 @@ +{ + "licenses": [ + { + "count": 1, + "name": "unknown" + } + ], + "dependencies": [ + { + "license": { + "name": "unknown" + }, + "dependency": { + "name": "golang.org/x/crypto", + "description": "", + "pathes": [ + "." + ] + } + } + ] +} diff --git a/test/results/go.json b/test/results/go.json deleted file mode 100644 index 35ffadd..0000000 --- a/test/results/go.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "licenses": [ - { - "count": 1, - "name": "New BSD" - }, - { - "count": 1, - "name": "unknown" - } - ], - "dependencies": [ - { - "license": { - "name": "New BSD", - "url": "http://opensource.org/licenses/BSD-3-Clause" - }, - "dependency": { - "name": "golang.org/x/crypto", - "description": "", - "pathes": [ - "." - ] - } - }, - { - "license": { - "name": "unknown" - }, - "dependency": { - "name": "golang.org/x/sys", - "description": "", - "pathes": [ - "." - ] - } - } - ] -} |
