Commit 2d8b16f9 authored by Olivier Gonzalez's avatar Olivier Gonzalez

Remove sast_container from licensed features

This value was deprecated since 11.5 and planned to be dropped for 12.0
parent 434e1c97
......@@ -265,7 +265,7 @@ module EE
::Feature.enabled?(:store_security_reports, self, default_enabled: true) && (
feature_available?(:sast) ||
feature_available?(:dependency_scanning) ||
feature_available?(:sast_container) ||
feature_available?(:container_scanning) ||
feature_available?(:dast))
end
......
......@@ -99,7 +99,6 @@ class License < ApplicationRecord
dependency_list
license_management
sast
sast_container
container_scanning
cluster_health
dast
......
---
title: Remove deprecated name sast_container from licensed features
merge_request: 14980
author:
type: other
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