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
Boxiang Sun
gitlab-ce
Commits
eae8e422
Commit
eae8e422
authored
Jun 11, 2019
by
Mike Lewis
Committed by
Achilleas Pipinellis
Jun 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary notes from AutoDevOps documentation
parent
a7f50426
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
78 deletions
+57
-78
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+55
-76
doc/topics/autodevops/quick_start_guide.md
doc/topics/autodevops/quick_start_guide.md
+1
-1
doc/user/application_security/container_scanning/index.md
doc/user/application_security/container_scanning/index.md
+1
-1
No files found.
doc/topics/autodevops/index.md
View file @
eae8e422
This diff is collapsed.
Click to expand it.
doc/topics/autodevops/quick_start_guide.md
View file @
eae8e422
...
@@ -161,7 +161,7 @@ In the **test** stage, GitLab runs various checks on the application:
...
@@ -161,7 +161,7 @@ In the **test** stage, GitLab runs various checks on the application:
-
The
`code_quality`
job checks the code quality and is allowed to fail
-
The
`code_quality`
job checks the code quality and is allowed to fail
(
[
Auto Code Quality
](
index.md#auto-code-quality-starter
)
)
**[STARTER]**
(
[
Auto Code Quality
](
index.md#auto-code-quality-starter
)
)
**[STARTER]**
-
The
`container_scanning`
job checks the Docker container if it has any
-
The
`container_scanning`
job checks the Docker container if it has any
vulnerabilities and is allowed to fail (
[
Auto Container Scanning
](
index.md#auto-container-scanning
)
)
vulnerabilities and is allowed to fail (
[
Auto Container Scanning
](
index.md#auto-container-scanning
-ultimate
)
)
-
The
`dependency_scanning`
job checks if the application has any dependencies
-
The
`dependency_scanning`
job checks if the application has any dependencies
susceptible to vulnerabilities and is allowed to fail (
[
Auto Dependency Scanning
](
index.md#auto-dependency-scanning-ultimate
)
)
**[ULTIMATE]**
susceptible to vulnerabilities and is allowed to fail (
[
Auto Dependency Scanning
](
index.md#auto-dependency-scanning-ultimate
)
)
**[ULTIMATE]**
-
The
`sast`
job runs static analysis on the current code to check for potential
-
The
`sast`
job runs static analysis on the current code to check for potential
...
...
doc/user/application_security/container_scanning/index.md
View file @
eae8e422
...
@@ -12,7 +12,7 @@ two open source tools for Vulnerability Static Analysis for containers.
...
@@ -12,7 +12,7 @@ two open source tools for Vulnerability Static Analysis for containers.
You can take advantage of Container Scanning by either
[
including the CI job
](
#including-the-provided-template
)
in
You can take advantage of Container Scanning by either
[
including the CI job
](
#including-the-provided-template
)
in
your existing
`.gitlab-ci.yml`
file or by implicitly using
your existing
`.gitlab-ci.yml`
file or by implicitly using
[
Auto Container Scanning
](
../../../topics/autodevops/index.md#auto-container-scanning
)
[
Auto Container Scanning
](
../../../topics/autodevops/index.md#auto-container-scanning
-ultimate
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
GitLab checks the Container Scanning report, compares the found vulnerabilities
GitLab checks the Container Scanning report, compares the found vulnerabilities
...
...
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