Commit 08e06663 authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'error-budget' into 'master'

Clean up feature_category for static analysis group

See merge request gitlab-org/gitlab!66661
parents 4b78115b 33cb0774
......@@ -27,8 +27,7 @@ module EE
feature_category :dependency_scanning, [:dependency_scanning_reports]
feature_category :fuzz_testing, [:coverage_fuzzing_reports, :api_fuzzing_reports]
feature_category :license_compliance, [:license_scanning_reports]
feature_category :static_application_security_testing, [:sast_reports]
feature_category :secret_detection, [:secret_detection_reports]
feature_category :vulnerability_management, [:sast_reports, :secret_detection_reports]
feature_category :dynamic_application_security_testing, [:dast_reports]
feature_category :metrics, [:metrics_reports]
end
......
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