Skip to content
代码片段 群组 项目
未验证 提交 38f3e325 编辑于 作者: Russell Dickenson's avatar Russell Dickenson 提交者: GitLab
浏览文件

Merge branch 'doc-deduplicate-blocked-pipeline-aspects' into 'master'

Remove outdated caveats about "blocked" pipelines

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167281



Merged-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Approved-by: default avatarAlana Bellucci <abellucci@gitlab.com>
Approved-by: default avatarRussell Dickenson <rdickenson@gitlab.com>
Co-authored-by: default avatarKatrin Leinweber <kleinweber@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -20,9 +20,6 @@ The following criteria apply to the pipeline security tab: ...@@ -20,9 +20,6 @@ The following criteria apply to the pipeline security tab:
- The results of only successful security scan jobs are shown. For example, if a pipeline contains - The results of only successful security scan jobs are shown. For example, if a pipeline contains
SAST and DAST jobs, but the DAST job fails, only the SAST results are shown. SAST and DAST jobs, but the DAST job fails, only the SAST results are shown.
- If the pipeline has a [blocking manual job](../../../ci/jobs/job_control.md#types-of-manual-jobs),
the pipeline waits for the manual job, and the vulnerabilities cannot be displayed if the blocking
manual job did not run.
- Findings have an expiry period. Expired findings are not shown on the pipeline security tab. For - Findings have an expiry period. Expired findings are not shown on the pipeline security tab. For
details, see [Retention period for findings](#retention-period-for-findings). details, see [Retention period for findings](#retention-period-for-findings).
...@@ -91,19 +88,11 @@ default branch are incorporated after the pipeline finishes, according to the fo ...@@ -91,19 +88,11 @@ default branch are incorporated after the pipeline finishes, according to the fo
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/439691) in GitLab 16.10 [with a flag](../../../administration/feature_flags.md) named `include_manual_to_pipeline_completion`. Enabled by default. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/439691) in GitLab 16.10 [with a flag](../../../administration/feature_flags.md) named `include_manual_to_pipeline_completion`. Enabled by default.
| Pipeline status | Pipeline completion | What vulnerabilities are displayed? <sup>1</sup> | | Pipeline status | Pipeline completion | What vulnerabilities are displayed? |
|:---------------------|:--------------------|:-------------------------------------------------| |:---------------------|:--------------------|:-------------------------------------------------|
| Success | Complete | ✅ Displays all vulnerability findings for the pipeline. | | Success | Complete | ✅ Displays all vulnerability findings for the pipeline. |
| Failed | Complete | ✅ Displays the vulnerability findings for any jobs that did not fail, ❌ does not display vulnerability findings for any job that fails. | | Failed | Complete | ✅ Displays the vulnerability findings for any jobs that did not fail, ❌ does not display vulnerability findings for any job that fails. |
| Blocked <sup>2</sup> | Complete | ✅ Displays all vulnerability findings even when the pipeline is blocked by the manual job. | | Blocked | Complete | ✅ Displays all vulnerability findings even when the pipeline is [blocked by manual jobs](../../../ci/jobs/job_control.md#types-of-manual-jobs). |
**Footnotes:**
1. These results display in the merge request security widget, on the pipeline security tab, and on
the vulnerability report and dependency list if the MR is merged into the default branch.
1. Before 16.10 GitLab supported ingesting scan results only after all pipeline jobs were complete.
As of 16.10, the platform extends support to ingest scan results even when the pipeline is
[blocked by manual jobs](../../../ci/jobs/job_control.md#types-of-manual-jobs).
## Retention period for findings ## Retention period for findings
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册