debian-mirror-gitlab/.gitlab/ci/reports.gitlab-ci.yml

27 lines
573 B
YAML
Raw Normal View History

2019-07-31 22:56:46 +05:30
include:
- template: Code-Quality.gitlab-ci.yml
2019-09-30 21:07:59 +05:30
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
2019-07-31 22:56:46 +05:30
code_quality:
2019-09-30 21:07:59 +05:30
extends: .dedicated-no-docs
2019-07-31 22:56:46 +05:30
# gitlab-org runners set `privileged: false` but we need to have it set to true
# since we're using Docker in Docker
tags: []
before_script: []
cache: {}
sast:
2019-09-30 21:07:59 +05:30
extends: .dedicated-no-docs
2019-07-31 22:56:46 +05:30
tags: []
before_script: []
cache: {}
2019-09-30 21:07:59 +05:30
variables:
SAST_BRAKEMAN_LEVEL: 2
2019-07-31 22:56:46 +05:30
dependency_scanning:
2019-09-30 21:07:59 +05:30
extends: .dedicated-no-docs
2019-07-31 22:56:46 +05:30
tags: []
before_script: []
cache: {}