From 66d868afe9e836619b89d3d76f4a6339cf3cee33 Mon Sep 17 00:00:00 2001 From: Fabio Busatto Date: Mon, 10 Dec 2018 09:35:29 +0000 Subject: [PATCH] Use new reports syntax for SAST in Auto DevOps --- .../54160-use-reports-syntax-for-sast-in-auto-devops.yml | 5 +++++ lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/54160-use-reports-syntax-for-sast-in-auto-devops.yml diff --git a/changelogs/unreleased/54160-use-reports-syntax-for-sast-in-auto-devops.yml b/changelogs/unreleased/54160-use-reports-syntax-for-sast-in-auto-devops.yml new file mode 100644 index 00000000000..86c5a0c5a95 --- /dev/null +++ b/changelogs/unreleased/54160-use-reports-syntax-for-sast-in-auto-devops.yml @@ -0,0 +1,5 @@ +--- +title: Use reports syntax for SAST in Auto DevOps +merge_request: 23163 +author: +type: changed 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