Skip to content
代码片段 群组 项目
未验证 提交 2db415db 编辑于 作者: 🤖 GitLab Bot 🤖's avatar 🤖 GitLab Bot 🤖 提交者: GitLab
浏览文件

Promote end-to-end test to blocking

Promote to blocking: Govern Security Reports for dependency scanning ...
上级 d9902ea9
No related branches found
No related tags found
无相关合并请求
...@@ -76,7 +76,7 @@ module QA ...@@ -76,7 +76,7 @@ module QA
end end
end end
it 'displays security reports in the pipeline', it 'displays security reports in the pipeline', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348036' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348036' do
push_security_reports push_security_reports
project.visit! project.visit!
...@@ -108,7 +108,7 @@ module QA ...@@ -108,7 +108,7 @@ module QA
end end
end end
it 'displays security reports in the project security dashboard', it 'displays security reports in the project security dashboard', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348037' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348037' do
push_security_reports push_security_reports
project.visit! project.visit!
...@@ -143,7 +143,7 @@ module QA ...@@ -143,7 +143,7 @@ module QA
end end
end end
it 'displays security reports in the group security dashboard', it 'displays security reports in the group security dashboard', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348038' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348038' do
push_security_reports push_security_reports
project.visit! project.visit!
...@@ -235,7 +235,7 @@ module QA ...@@ -235,7 +235,7 @@ module QA
context 'for dependency scanning' do context 'for dependency scanning' do
it( it(
'displays the Dependency List', 'displays the Dependency List', :blocking,
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348035' testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348035'
) do ) do
commit_scan_files(fixture_json: cyclonedx_json, ci_yaml_content: dependency_scan_yaml) commit_scan_files(fixture_json: cyclonedx_json, ci_yaml_content: dependency_scan_yaml)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册