Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
forgeid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Forge
apps
forgeid
Merge requests
!29
ci: add license scanning
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
ci: add license scanning
ci-improvements
into
develop
Overview
0
Commits
1
Pipelines
14
Changes
1
Merged
ci: add license scanning
Marin Hannache
requested to merge
ci-improvements
into
develop
Jun 12, 2019
Overview
0
Commits
1
Pipelines
14
Changes
1
0
0
1
1
Merge request reports
Compare
develop
version 12
8839c39e
May 13, 2021
version 11
e0398938
Mar 11, 2021
version 10
aa69dc91
Mar 11, 2021
version 9
5dd68f58
Oct 23, 2020
version 8
5dd68f58
Sep 14, 2020
version 7
5dd68f58
Dec 26, 2019
version 6
d6e652ae
Jun 12, 2019
version 5
7a3bfa08
Jun 12, 2019
version 4
1fede733
Jun 12, 2019
version 3
35003d2c
Jun 12, 2019
version 2
338bbba6
Jun 12, 2019
version 1
55177194
Jun 12, 2019
develop (base)
and
latest version
latest version
42baec31
1 commit,
May 13, 2021
version 12
8839c39e
1 commit,
May 13, 2021
version 11
e0398938
1 commit,
Mar 11, 2021
version 10
aa69dc91
1 commit,
Mar 11, 2021
version 9
5dd68f58
1 commit,
Oct 23, 2020
version 8
5dd68f58
1 commit,
Sep 14, 2020
version 7
5dd68f58
1 commit,
Dec 26, 2019
version 6
d6e652ae
1 commit,
Jun 12, 2019
version 5
7a3bfa08
1 commit,
Jun 12, 2019
version 4
1fede733
1 commit,
Jun 12, 2019
version 3
35003d2c
1 commit,
Jun 12, 2019
version 2
338bbba6
1 commit,
Jun 12, 2019
version 1
55177194
1 commit,
Jun 12, 2019
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
6
−
0
View file @ 42baec31
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,6 +6,7 @@ include:
-
template
:
SAST.gitlab-ci.yml
-
template
:
Container-Scanning.gitlab-ci.yml
-
template
:
Code-Quality.gitlab-ci.yml
-
template
:
Security/License-Scanning.gitlab-ci.yml
sast
:
stage
:
security
@@ -30,6 +31,11 @@ container_scanning_new:
code_quality
:
stage
:
qa
license_scanning
:
stage
:
qa
variables
:
LM_PYTHON_VERSION
:
3
stages
:
-
build
-
qa
Loading