diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e558a26..a6aa573 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,9 @@ variables: include: - template: Container-Scanning.gitlab-ci.yml - - template: License-Scanning.gitlab-ci.yml + - template: Dependency-Scanning.gitlab-ci.yml - template: Jobs/Code-Quality.gitlab-ci.yml + - template: License-Scanning.gitlab-ci.yml - local: .gitlab/test.yml - local: .gitlab/release.yml @@ -86,7 +87,6 @@ version: - test "$(grep '^## v' CHANGELOG.md |head -n 1)" = "## $CI_COMMIT_TAG" only: - tags - when: manual allow_failure: false code_quality: @@ -94,6 +94,12 @@ code_quality: - rm .rubocop.yml services: - docker:stable-dind + tags: [gitlab-org-docker] + +dependency_scanning: + services: + - docker:stable-dind + tags: [gitlab-org-docker] license_scanning: image: |
