Skip to content
Snippets Groups Projects
Commit 6add884f authored by Duncan Macleod's avatar Duncan Macleod
Browse files

Merge branch 'ci-scanning' into 'master'

Add dependency and license scanning

See merge request !46
parents a1328edf 422a12c3
No related branches found
No related tags found
1 merge request!46Add dependency and license scanning
Pipeline #382378 passed
......@@ -3,6 +3,10 @@
# ---------------------------
include:
# https://docs.gitlab.com/ee/user/application_security/dependency_scanning/
- template: Security/Dependency-Scanning.gitlab-ci.yml
# https://docs.gitlab.com/ee/user/compliance/license_compliance/
- template: Security/License-Scanning.gitlab-ci.yml
# https://computing.docs.ligo.org/gitlab-ci-templates/
- project: computing/gitlab-ci-templates
# https://computing.docs.ligo.org/gitlab-ci-templates/python/
......@@ -20,3 +24,23 @@ flake8:
# https://computing.docs.ligo.org/gitlab-ci-templates/python/#.python:flake8
- .python:flake8
needs: []
# -- dependency scanning ----
#
# This job checks for dependency
# issues
#
dependency_scanning:
stage: code quality
needs: []
# -- license scanning -------
#
# This job checks for license
# issues
license_scanning:
stage: code quality
needs: []
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