diff options
author | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-07-11 20:31:18 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-11 20:31:18 +0000 |
commit | 9d7c70c9deebcb056a829273c8ce27e82af19a76 (patch) | |
tree | f43eb47119c47731a397dabc8fb31ade7ddf70da /.gitlab | |
parent | 33445cfc29d8ca4f0452844ca0ce4299dd6996ba (diff) | |
download | gitlab-ce-9d7c70c9deebcb056a829273c8ce27e82af19a76.tar.gz |
Clean up CI reports
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in
https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/reports.gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml index 89b5ae38072..ca55bbd32a7 100644 --- a/.gitlab/ci/reports.gitlab-ci.yml +++ b/.gitlab/ci/reports.gitlab-ci.yml @@ -10,17 +10,17 @@ code_quality: tags: [] before_script: [] cache: {} - dependencies: [] sast: extends: .dedicated-no-docs - before_script: [] tags: [] + before_script: [] + cache: {} variables: - SAST_CONFIDENCE_LEVEL: 2 - DOCKER_DRIVER: overlay2 + SAST_BRAKEMAN_LEVEL: 2 dependency_scanning: - before_script: [] - tags: [] extends: .dedicated-no-docs + tags: [] + before_script: [] + cache: {} |