Commit 389b79c1 authored by Dheeraj Joshi's avatar Dheeraj Joshi Committed by Mayra Cabrera

Disable security scanner alerts

This disable feature flag for security alerts
to prevent a production issue related to
GraphQL endpoint
parent ea94e512
......@@ -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: true)
push_frontend_feature_flag(:scanner_alerts, default_enabled: false)
end
end
end
......
---
title: Disable security scanner alerts
merge_request: 37354
author:
type: fixed
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