Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5deb539
Commit
d5deb539
authored
Jun 08, 2021
by
Saikat Sarkar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up feature_category for static analysis group
parent
3abe6c4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
app/workers/concerns/security_scans_queue.rb
app/workers/concerns/security_scans_queue.rb
+1
-1
ee/app/controllers/projects/security/dashboard_controller.rb
ee/app/controllers/projects/security/dashboard_controller.rb
+1
-1
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+5
-5
ee/app/workers/scan_security_report_secrets_worker.rb
ee/app/workers/scan_security_report_secrets_worker.rb
+3
-1
No files found.
app/workers/concerns/security_scans_queue.rb
View file @
d5deb539
...
...
@@ -8,6 +8,6 @@ module SecurityScansQueue
included
do
queue_namespace
:security_scans
feature_category
:
static_application_security_testing
feature_category
:
vulnerability_management
end
end
ee/app/controllers/projects/security/dashboard_controller.rb
View file @
d5deb539
...
...
@@ -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
ee/app/workers/all_queues.yml
View file @
d5deb539
...
...
@@ -766,7 +766,7 @@
:tags: []
-
:name: security_scans:scan_security_report_secrets
:worker_name: ScanSecurityReportSecretsWorker
:feature_category: :s
tatic_application_security_testing
:feature_category: :s
ecret_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
...
...
ee/app/workers/scan_security_report_secrets_worker.rb
View file @
d5deb539
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment