Commit 420442c5 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch '54844-report-syntax-dep-scan-ado' into 'master'

Use reports syntax for Dependency scanning job

Closes #54844

See merge request gitlab-org/gitlab-ce!24081
parents e39d2aec d2b15f2a
---
title: Use reports syntax for Dependency scanning in Auto DevOps
merge_request: 24081
author:
type: added
......@@ -359,6 +359,9 @@ Any security warnings are also
NOTE: **Note:**
The Auto Dependency Scanning stage will be skipped on licenses other than Ultimate.
NOTE: **Note:**
The Auto Dependency Scanning job requires GitLab Runner 11.5 or above.
### Auto License Management **[ULTIMATE]**
> Introduced in [GitLab Ultimate][ee] 11.0.
......
......@@ -185,7 +185,8 @@ dependency_scanning:
- setup_docker
- dependency_scanning
artifacts:
paths: [gl-dependency-scanning-report.json]
reports:
dependency_scanning: gl-dependency-scanning-report.json
only:
refs:
- branches
......
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