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 0000000000000000000000000000000000000000..86c5a0c5a958885e1c1b244eb422625de735834d --- /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 3b2cae07c1269f30337918fd1bb6933b98b0b125..d0613aa59e11a28622dc415e0e57896b75cfb342 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