Versions in this module Expand all Collapse all v2 v2.10.1 Aug 18, 2023 v2.9.0 Aug 18, 2023 Changes in this version + type ConfigFinder interface + Finds func(wd, configFilePath string) []string + type Controller struct + func New(param *config.Param, fs afero.Fs, rt *runtime.Runtime, gh RepositoriesService, ...) *Controller + func (ctrl *Controller) UpdateKhulnasoft(ctx context.Context, logE *logrus.Entry, param *config.Param) error + type KhulnasoftInstaller interface + InstallKhulnasoft func(ctx context.Context, logE *logrus.Entry, version string) error + type RepositoriesService interface + GetLatestRelease func(ctx context.Context, repoOwner, repoName string) (*github.RepositoryRelease, *github.Response, error)