Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reports.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca55bbd32a7565aa0fa0f8779751a5d9223f9d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include:
  - template: Code-Quality.gitlab-ci.yml
  - template: Security/SAST.gitlab-ci.yml
  - template: Security/Dependency-Scanning.gitlab-ci.yml

code_quality:
  extends: .dedicated-no-docs
  # 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:
  extends: .dedicated-no-docs
  tags: []
  before_script: []
  cache: {}
  variables:
    SAST_BRAKEMAN_LEVEL: 2

dependency_scanning:
  extends: .dedicated-no-docs
  tags: []
  before_script: []
  cache: {}