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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d1c2cb23
Commit
d1c2cb23
authored
Jan 07, 2019
by
lucas charles
Committed by
Achilleas Pipinellis
Jan 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docfix/broken autodevops links
parent
a235ab53
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
10 deletions
+15
-10
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+6
-6
doc/user/project/merge_requests/dast.md
doc/user/project/merge_requests/dast.md
+1
-1
doc/user/project/merge_requests/dependency_scanning.md
doc/user/project/merge_requests/dependency_scanning.md
+1
-1
doc/user/project/merge_requests/license_management.md
doc/user/project/merge_requests/license_management.md
+1
-1
doc/user/project/merge_requests/sast.md
doc/user/project/merge_requests/sast.md
+1
-1
ee/changelogs/unreleased/docfix-broken-autodevops-links.yml
ee/changelogs/unreleased/docfix-broken-autodevops-links.yml
+5
-0
No files found.
doc/topics/autodevops/index.md
View file @
d1c2cb23
...
...
@@ -58,15 +58,15 @@ project in a simple and automatic way:
1.
[
Auto Build
](
#auto-build
)
1.
[
Auto Test
](
#auto-test
)
1.
[
Auto Code Quality
](
#auto-code-quality
)
**[STARTER]**
1.
[
Auto SAST (Static Application Security Testing)
](
#auto-sast
)
**[ULTIMATE]**
1.
[
Auto Dependency Scanning
](
#auto-dependency-scanning
)
**[ULTIMATE]**
1.
[
Auto License Management
](
#auto-license-management
)
**[ULTIMATE]**
1.
[
Auto Code Quality
](
#auto-code-quality
-starter
)
**[STARTER]**
1.
[
Auto SAST (Static Application Security Testing)
](
#auto-sast
-ultimate
)
**[ULTIMATE]**
1.
[
Auto Dependency Scanning
](
#auto-dependency-scanning
-ultimate
)
**[ULTIMATE]**
1.
[
Auto License Management
](
#auto-license-management
-ultimate
)
**[ULTIMATE]**
1.
[
Auto Container Scanning
](
#auto-container-scanning
)
1.
[
Auto Review Apps
](
#auto-review-apps
)
1.
[
Auto DAST (Dynamic Application Security Testing)
](
#auto-dast
)
**[ULTIMATE]**
1.
[
Auto DAST (Dynamic Application Security Testing)
](
#auto-dast
-ultimate
)
**[ULTIMATE]**
1.
[
Auto Deploy
](
#auto-deploy
)
1.
[
Auto Browser Performance Testing
](
#auto-browser-performance-testing
)
**[PREMIUM]**
1.
[
Auto Browser Performance Testing
](
#auto-browser-performance-testing
-premium
)
**[PREMIUM]**
1.
[
Auto Monitoring
](
#auto-monitoring
)
As Auto DevOps relies on many different components, it's good to have a basic
...
...
doc/user/project/merge_requests/dast.md
View file @
d1c2cb23
...
...
@@ -16,7 +16,7 @@ for known vulnerabilities using Dynamic Application Security Testing (DAST).
You can take advantage of DAST by either
[
including the CI job
](
../../../ci/examples/dast.md
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto DAST
](
../../../topics/autodevops/index.md#auto-dast
)
[
Auto DAST
](
../../../topics/autodevops/index.md#auto-dast
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
Going a step further, GitLab can show the vulnerability list right in the merge
...
...
doc/user/project/merge_requests/dependency_scanning.md
View file @
d1c2cb23
...
...
@@ -10,7 +10,7 @@ vulnerabilities using Dependency Scanning.
You can take advantage of Dependency Scanning by either
[
including the CI job
](
../../../ci/examples/dependency_scanning.md
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto Dependency Scanning
](
../../../topics/autodevops/index.md#auto-dependency-scanning
)
[
Auto Dependency Scanning
](
../../../topics/autodevops/index.md#auto-dependency-scanning
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
Going a step further, GitLab can show the vulnerability list right in the merge
...
...
doc/user/project/merge_requests/license_management.md
View file @
d1c2cb23
...
...
@@ -10,7 +10,7 @@ using License Management.
You can take advantage of License Management by either
[
including the CI job
](
../../../ci/examples/license_management.md
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto License Management
](
../../../topics/autodevops/index.md#auto-license-management
)
[
Auto License Management
](
../../../topics/autodevops/index.md#auto-license-management
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
In addition, you can
[
manually approve or blacklist
](
#manual-license-management
)
licenses in the project's settings.
...
...
doc/user/project/merge_requests/sast.md
View file @
d1c2cb23
...
...
@@ -15,7 +15,7 @@ vulnerabilities using Static Application Security Testing (SAST).
You can take advantage of SAST by either
[
including the CI job
](
../../../ci/examples/sast.md
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto SAST
](
../../../topics/autodevops/index.md#auto-sast
)
[
Auto SAST
](
../../../topics/autodevops/index.md#auto-sast
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
Going a step further, GitLab can show the vulnerability list right in the merge
...
...
ee/changelogs/unreleased/docfix-broken-autodevops-links.yml
0 → 100644
View file @
d1c2cb23
---
title
:
Docfix - broken doc links for Secure/Autodevops features
merge_request
:
9058
author
:
type
:
fixed
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