2022-03-31 18:31:39 +02:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
|
|
2025-08-28 16:11:56 +01:00
|
|
|
# Load the scan_pr library
|
|
|
|
|
require_relative 'scan_pr_lib'
|
2022-03-31 18:31:39 +02:00
|
|
|
|
2025-08-28 16:11:56 +01:00
|
|
|
# Create and run the scanner
|
|
|
|
|
scanner = ScanPr.new
|
|
|
|
|
scanner.run(ARGV)
|