Commit 491937dd authored by Wayne Haber's avatar Wayne Haber

Merge branch 'whaber-208' into 'master'

Update vuln dashboard help page

See merge request gitlab-org/gitlab!38321
parents c9455231 c6e7b4db
......@@ -10,22 +10,22 @@ info: To determine the technical writer assigned to the Stage/Group associated w
The Security Dashboard is a good place to get an overview of all the security
vulnerabilities in your groups, projects and pipelines.
You can also drill down into a vulnerability and get extra information, see which
project it comes from, the file it's in, and various metadata to help you analyze
the risk. You can also take actions on vulnerabilities by creating an issue for them,
or by dismissing them.
You can also drill down into a vulnerability and get extra information. This includes the project it
comes from, any related file(s), and metadata that helps you analyze the risk it poses. You can also
dismiss a vulnerability or create an issue for it.
To benefit from the Security Dashboard you must first configure one of the
[security reports](../index.md).
[security scanners](../index.md).
## Supported reports
The Security Dashboard supports the following reports:
The Security Dashboard displays vulnerabilities detected by scanners such as:
- [Container Scanning](../container_scanning/index.md)
- [Dynamic Application Security Testing](../dast/index.md)
- [Dependency Scanning](../dependency_scanning/index.md)
- [Static Application Security Testing](../sast/index.md)
- And others!
## Requirements
......@@ -68,7 +68,7 @@ You can filter the vulnerabilities by:
- Status
- Severity
- Report type
- Scanner
You can also dismiss vulnerabilities in the table:
......@@ -96,7 +96,7 @@ You can filter which vulnerabilities the Security Dashboard displays by:
- Status
- Severity
- Report type
- Scanner
- Project
A table lists the vulnerabilities, sorted by severity. The table shows each vulnerability's status,
......
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