Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eea0c2ca
Commit
eea0c2ca
authored
Feb 22, 2021
by
Dheeraj Joshi
Committed by
Patrick Bajao
Feb 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable pipeline security summary feature flag
This should allow users to view security scan summary in pipeline view
parent
9c8f090c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
app/controllers/projects/pipelines_controller.rb
app/controllers/projects/pipelines_controller.rb
+1
-1
config/feature_flags/development/pipelines_security_report_summary.yml
...e_flags/development/pipelines_security_report_summary.yml
+1
-1
doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v13_10.png
...rity_dashboard/img/pipeline_security_dashboard_v13_10.png
+0
-0
doc/user/application_security/security_dashboard/index.md
doc/user/application_security/security_dashboard/index.md
+1
-1
ee/changelogs/unreleased/enable-pipelines-security-report-summary.yml
...s/unreleased/enable-pipelines-security-report-summary.yml
+5
-0
No files found.
app/controllers/projects/pipelines_controller.rb
View file @
eea0c2ca
...
...
@@ -13,7 +13,7 @@ class Projects::PipelinesController < Projects::ApplicationController
before_action
:authorize_create_pipeline!
,
only:
[
:new
,
:create
,
:config_variables
]
before_action
:authorize_update_pipeline!
,
only:
[
:retry
,
:cancel
]
before_action
do
push_frontend_feature_flag
(
:pipelines_security_report_summary
,
project
)
push_frontend_feature_flag
(
:pipelines_security_report_summary
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:new_pipeline_form
,
project
,
default_enabled:
true
)
push_frontend_feature_flag
(
:graphql_pipeline_details
,
project
,
type: :development
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:graphql_pipeline_details_users
,
current_user
,
type: :development
,
default_enabled: :yaml
)
...
...
config/feature_flags/development/pipelines_security_report_summary.yml
View file @
eea0c2ca
...
...
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/235943
milestone
:
'
13.0'
type
:
development
group
:
group::dynamic analysis
default_enabled
:
fals
e
default_enabled
:
tru
e
doc/user/application_security/security_dashboard/img/pipeline_security_dashboard_v13_10.png
0 → 100644
View file @
eea0c2ca
163 KB
doc/user/application_security/security_dashboard/index.md
View file @
eea0c2ca
...
...
@@ -52,7 +52,7 @@ To use the security dashboards and vulnerability reports:
At the pipeline level, the Security section displays the vulnerabilities present in the branch of
the project the pipeline ran against.
![
Pipeline Security Dashboard
](
img/pipeline_security_dashboard_v13_
3
.png
)
![
Pipeline Security Dashboard
](
img/pipeline_security_dashboard_v13_
10
.png
)
Visit the page for any pipeline that ran any of the
[
supported reports
](
#supported-reports
)
. To view
the pipeline's security findings, select the
**Security**
tab when viewing the pipeline.
...
...
ee/changelogs/unreleased/enable-pipelines-security-report-summary.yml
0 → 100644
View file @
eea0c2ca
---
title
:
Add pipeline security report summary
merge_request
:
54673
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment