Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
d2b15f2a
Commit
d2b15f2a
authored
6 years ago
by
Tetiana Chupryna
Committed by
Kamil Trzciński
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use reports syntax for Dependency scanning job
parent
e39d2aec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
changelogs/unreleased/54844-report-syntax-dep-scan-ado.yml
changelogs/unreleased/54844-report-syntax-dep-scan-ado.yml
+5
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+3
-0
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+2
-1
No files found.
changelogs/unreleased/54844-report-syntax-dep-scan-ado.yml
0 → 100644
View file @
d2b15f2a
---
title
:
Use reports syntax for Dependency scanning in Auto DevOps
merge_request
:
24081
author
:
type
:
added
This diff is collapsed.
Click to expand it.
doc/topics/autodevops/index.md
View file @
d2b15f2a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
View file @
d2b15f2a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment