Skip to content
Snippets Groups Projects
Commit 6a159f73 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add license scanning to ci

parent 0fd3ebf2
No related branches found
No related tags found
No related merge requests found
Pipeline #6250 passed
include: include:
- template: Dependency-Scanning.gitlab-ci.yml - template: Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
...@@ -7,6 +9,7 @@ docker-build-master: ...@@ -7,6 +9,7 @@ docker-build-master:
# Official docker image. # Official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
needs: []
services: services:
- docker:dind - docker:dind
before_script: before_script:
...@@ -21,6 +24,7 @@ docker-build: ...@@ -21,6 +24,7 @@ docker-build:
# Official docker image. # Official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
needs: []
services: services:
- docker:dind - docker:dind
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment