Commit d2b15f2a authored by Tetiana Chupryna's avatar Tetiana Chupryna Committed by Kamil Trzciński

Use reports syntax for Dependency scanning job

parent e39d2aec
---
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 ...@@ -359,6 +359,9 @@ Any security warnings are also
NOTE: **Note:** NOTE: **Note:**
The Auto Dependency Scanning stage will be skipped on licenses other than Ultimate. 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]** ### Auto License Management **[ULTIMATE]**
> Introduced in [GitLab Ultimate][ee] 11.0. > Introduced in [GitLab Ultimate][ee] 11.0.
......
...@@ -185,7 +185,8 @@ dependency_scanning: ...@@ -185,7 +185,8 @@ dependency_scanning:
- setup_docker - setup_docker
- dependency_scanning - dependency_scanning
artifacts: artifacts:
paths: [gl-dependency-scanning-report.json] reports:
dependency_scanning: gl-dependency-scanning-report.json
only: only:
refs: refs:
- branches - 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