Commit d5deb539 authored by Saikat Sarkar's avatar Saikat Sarkar

Clean up feature_category for static analysis group

parent 3abe6c4c
......@@ -8,6 +8,6 @@ module SecurityScansQueue
included do
queue_namespace :security_scans
feature_category :static_application_security_testing
feature_category :vulnerability_management
end
end
......@@ -13,7 +13,7 @@ module Projects
push_frontend_feature_flag(:vulnerability_management_survey, type: :ops, default_enabled: :yaml)
end
feature_category :static_application_security_testing
feature_category :vulnerability_management
end
end
end
......@@ -766,7 +766,7 @@
:tags: []
- :name: security_scans:scan_security_report_secrets
:worker_name: ScanSecurityReportSecretsWorker
:feature_category: :static_application_security_testing
:feature_category: :secret_detection
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :cpu
......@@ -775,7 +775,7 @@
:tags: []
- :name: security_scans:security_store_scans
:worker_name: Security::StoreScansWorker
:feature_category: :static_application_security_testing
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -785,7 +785,7 @@
- :exclude_from_kubernetes
- :name: security_scans:store_security_reports
:worker_name: StoreSecurityReportsWorker
:feature_category: :static_application_security_testing
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :cpu
......@@ -794,7 +794,7 @@
:tags: []
- :name: security_scans:store_security_scans
:worker_name: StoreSecurityScansWorker
:feature_category: :static_application_security_testing
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -803,7 +803,7 @@
:tags: []
- :name: security_scans:sync_security_reports_to_report_approval_rules
:worker_name: SyncSecurityReportsToReportApprovalRulesWorker
:feature_category: :static_application_security_testing
:feature_category: :vulnerability_management
:has_external_dependencies:
:urgency: :high
:resource_boundary: :cpu
......
......@@ -4,7 +4,9 @@
#
class ScanSecurityReportSecretsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
include SecurityScansQueue
queue_namespace :security_scans
feature_category :secret_detection
worker_resource_boundary :cpu
......
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