Sha256: aa2985ec54a9eff330177a02e406736f0492116a646935ee3b9cd36691127eae

Contents?: true

Size: 506 Bytes

Versions: 19

Compression:

Stored size: 506 Bytes

Contents

# frozen_string_literal: true

require_relative "dependabot_turned_on"
require_relative "dependabot_prs_merged"

module Neetob
  class CLI
    module MonthlyAudit
      module Security
        module Github
          class Main < CLI::Base
            def initialize
              super()
            end

            def run
              DependabotTurnedOn.new.run
              ui.info "\n"
              DependabotPrsMerged.new.run
            end
          end
        end
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
neetob-0.5.35 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.34 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.33 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.32 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.31 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.30 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.29 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.28 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.27 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.26 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.25 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.24 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.23 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.22 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.21 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.20 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.19 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.18 lib/neetob/cli/monthly_audit/security/github/main.rb
neetob-0.5.17 lib/neetob/cli/monthly_audit/security/github/main.rb