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:
- 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.
......@@ -7,6 +9,7 @@ docker-build-master:
# Official docker image.
image: docker:latest
stage: build
needs: []
services:
- docker:dind
before_script:
......@@ -21,6 +24,7 @@ docker-build:
# Official docker image.
image: docker:latest
stage: build
needs: []
services:
- docker:dind
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment