Commit 665cab3b authored by David Pisek's avatar David Pisek Committed by Heinrich Lee Yu

Revert "Disable security scanner alerts"

This reverts commit 389b79c1.
parent 35093169
......@@ -9,7 +9,7 @@ module Projects
before_action only: [:index] do
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
......
---
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