Commit 9d7c70c9 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière Committed by Mayra Cabrera

Clean up CI reports

Also, `SAST_CONFIDENCE_LEVEL` has been renamed in
https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
parent 33445cfc
...@@ -10,17 +10,17 @@ code_quality: ...@@ -10,17 +10,17 @@ code_quality:
tags: [] tags: []
before_script: [] before_script: []
cache: {} cache: {}
dependencies: []
sast: sast:
extends: .dedicated-no-docs extends: .dedicated-no-docs
before_script: []
tags: [] tags: []
before_script: []
cache: {}
variables: variables:
SAST_CONFIDENCE_LEVEL: 2 SAST_BRAKEMAN_LEVEL: 2
DOCKER_DRIVER: overlay2
dependency_scanning: dependency_scanning:
before_script: []
tags: []
extends: .dedicated-no-docs extends: .dedicated-no-docs
tags: []
before_script: []
cache: {}
...@@ -22,6 +22,7 @@ code_quality: ...@@ -22,6 +22,7 @@ code_quality:
reports: reports:
codequality: gl-code-quality-report.json codequality: gl-code-quality-report.json
expire_in: 1 week expire_in: 1 week
dependencies: []
only: only:
- branches - branches
- tags - tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment