Commit c7ec2a6d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'fneill-add-info-about-security-tab-results' into 'master'

Add info about security tab results

See merge request gitlab-org/gitlab!82830
parents e7e8cd23 160a09d1
...@@ -52,6 +52,9 @@ To view vulnerabilities in a pipeline: ...@@ -52,6 +52,9 @@ To view vulnerabilities in a pipeline:
1. From the list, select the pipeline you want to check for vulnerabilities. 1. From the list, select the pipeline you want to check for vulnerabilities.
1. Select the **Security** tab. 1. Select the **Security** tab.
**Scan details** shows vulnerabilities introduced by the merge request, in addition to existing vulnerabilities
from the latest successful pipeline in your project's default branch.
A pipeline consists of multiple jobs, such as SAST and DAST scans. If a job fails to finish, A pipeline consists of multiple jobs, such as SAST and DAST scans. If a job fails to finish,
the security dashboard doesn't show SAST scanner output. For example, if the SAST the security dashboard doesn't show SAST scanner output. For example, if the SAST
job finishes but the DAST job fails, the security dashboard doesn't show SAST results. On failure, job finishes but the DAST job fails, the security dashboard doesn't show SAST results. On failure,
...@@ -66,7 +69,8 @@ To view the total number of vulnerabilities per scan: ...@@ -66,7 +69,8 @@ To view the total number of vulnerabilities per scan:
1. Select the **Status** of a branch. 1. Select the **Status** of a branch.
1. Select the **Security** tab. 1. Select the **Security** tab.
**Scan details** show the total number of vulnerabilities found per scan in the pipeline. **Scan details** shows vulnerabilities introduced by the merge request, in addition to existing vulnerabilities
from the latest successful pipeline in your project's default branch.
### Download security scan outputs ### Download security scan outputs
......
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