Class: Security::SecurityJobsFinder

Inherits:
JobsFinder show all
Defined in:
app/finders/security/security_jobs_finder.rb

Instance Attribute Summary

Attributes inherited from JobsFinder

#pipeline

Class Method Summary collapse

Methods inherited from JobsFinder

#execute, #initialize

Constructor Details

This class inherits a constructor from Security::JobsFinder

Class Method Details

.allowed_job_typesObject



15
16
17
# File 'app/finders/security/security_jobs_finder.rb', line 15

def self.allowed_job_types
  Enums::Security.analyzer_types.keys
end