Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/finders/security/license_compliance_jobs_finder.rb')
-rw-r--r--app/finders/security/license_compliance_jobs_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/security/license_compliance_jobs_finder.rb b/app/finders/security/license_compliance_jobs_finder.rb
index 100f94b2cc7..0ec428ae408 100644
--- a/app/finders/security/license_compliance_jobs_finder.rb
+++ b/app/finders/security/license_compliance_jobs_finder.rb
@@ -12,7 +12,7 @@
module Security
class LicenseComplianceJobsFinder < JobsFinder
def self.allowed_job_types
- [:license_management, :license_scanning]
+ [:license_scanning]
end
end
end