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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-12-10 12:35:29 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-12-10 12:35:29 +0300
commit66d868afe9e836619b89d3d76f4a6339cf3cee33 (patch)
treef1399cd971e581849bece433bc6e1f7d8615ad43 /lib
parent5618606301cd7ef182b5a658dbabf254e0330f9b (diff)
Use new reports syntax for SAST in Auto DevOps
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index 3b2cae07c12..d0613aa59e1 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -164,7 +164,8 @@ sast:
- setup_docker
- sast
artifacts:
- paths: [gl-sast-report.json]
+ reports:
+ sast: gl-sast-report.json
only:
refs:
- branches