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
06825b21
Commit
06825b21
authored
Dec 19, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention Auto SAST in merge request SAST docs
parent
3936163a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/user/project/merge_requests/sast.md
doc/user/project/merge_requests/sast.md
+5
-2
No files found.
doc/user/project/merge_requests/sast.md
View file @
06825b21
...
...
@@ -5,7 +5,10 @@
## Overview
If you are using
[
GitLab CI/CD
][
ci
]
, you can analyze your source code for known
vulnerabilities using Static Application Security Testing (SAST).
vulnerabilities using Static Application Security Testing (SAST), either by
including the CI job in your
[
existing `.gitlab-ci.yml` file
][
cc-docs
]
or
by implicitly using
[
Auto SAST
](
../../../topics/autodevops/index.md#auto-sast
)
that is provided by
[
Auto DevOps
](
../../../topics/autodevops/index.md
)
.
Going a step further, GitLab can show the vulnerability list right in the merge
request widget area:
...
...
@@ -32,7 +35,7 @@ to also include other files, it will break the vulnerability display in the
merge request.
For more information on how the
`sast`
job should look like, check the
example on
[
analyzing a project's code for vulnerabilities
][
cc-docs
]
.
[
example on
analyzing a project's code for vulnerabilities
][
cc-docs
]
.
[
ee-3775
]:
https://gitlab.com/gitlab-org/gitlab-ee/issues/3775
[
ee
]:
https://about.gitlab.com/gitlab-ee/
...
...
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