Commit d9ad67ea authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch '230510-re-enable-security-scanner-alerts' into 'master'

Revert "Disable security scanner alerts"

See merge request gitlab-org/gitlab!37655
parents 70039994 7b71c6e8
...@@ -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: false) push_frontend_feature_flag(:scanner_alerts, default_enabled: true)
end end
end end
end end
......
---
title: Enable security scanner alerts
merge_request: 37655
author:
type: added
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