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
665cab3b
Commit
665cab3b
authored
Jul 23, 2020
by
David Pisek
Committed by
Heinrich Lee Yu
Jul 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Disable security scanner alerts"
This reverts commit
389b79c1
.
parent
35093169
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/controllers/projects/security/dashboard_controller.rb
ee/app/controllers/projects/security/dashboard_controller.rb
+1
-1
ee/changelogs/unreleased/230510-re-enable-security-scanner-alerts.yml
...s/unreleased/230510-re-enable-security-scanner-alerts.yml
+5
-0
No files found.
ee/app/controllers/projects/security/dashboard_controller.rb
View file @
665cab3b
...
@@ -9,7 +9,7 @@ module Projects
...
@@ -9,7 +9,7 @@ module Projects
before_action
only:
[
:index
]
do
before_action
only:
[
:index
]
do
push_frontend_feature_flag
(
:hide_dismissed_vulnerabilities
)
push_frontend_feature_flag
(
:hide_dismissed_vulnerabilities
)
push_frontend_feature_flag
(
:scanner_alerts
,
default_enabled:
fals
e
)
push_frontend_feature_flag
(
:scanner_alerts
,
default_enabled:
tru
e
)
end
end
end
end
end
end
...
...
ee/changelogs/unreleased/230510-re-enable-security-scanner-alerts.yml
0 → 100644
View file @
665cab3b
---
title
:
Enable security scanner alerts
merge_request
:
37655
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