Commit 7eef08cc authored by Russell Dickenson's avatar Russell Dickenson Committed by Kati Paizee

Improve findings and vulnerabilities topic

parent 1d154fa0
...@@ -318,9 +318,9 @@ For example, the configuration below enables validation for only the `sast` job: ...@@ -318,9 +318,9 @@ For example, the configuration below enables validation for only the `sast` job:
stage: security-scan stage: security-scan
``` ```
## Interacting with findings and vulnerabilities ## Interact with findings and vulnerabilities
There are a variety of locations and ways to interact with the results of the security scanning tools: You can interact with the results of the security scanning tools in several locations:
- [Scan information in merge requests](#view-security-scan-information-in-merge-requests) - [Scan information in merge requests](#view-security-scan-information-in-merge-requests)
- [Project Security Dashboard](security_dashboard/#project-security-dashboard) - [Project Security Dashboard](security_dashboard/#project-security-dashboard)
...@@ -331,7 +331,11 @@ There are a variety of locations and ways to interact with the results of the se ...@@ -331,7 +331,11 @@ There are a variety of locations and ways to interact with the results of the se
- [Vulnerability Pages](vulnerabilities/index.md) - [Vulnerability Pages](vulnerabilities/index.md)
- [Dependency List](dependency_list/index.md) - [Dependency List](dependency_list/index.md)
For more details about which findings or vulnerabilities you can view in each of those locations, select the respective link. Each page details the ways in which you can interact with the findings and vulnerabilities. As an example, in most cases findings start out as _detected_ status. You have the option to: For more details about which findings or vulnerabilities you can view in each of those locations,
select the respective link. Each page details the ways in which you can interact with the findings
and vulnerabilities. As an example, in most cases findings start out as _detected_ status.
You have the option to:
- Change the status. - Change the status.
- Create an issue. - Create an issue.
......
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