Files
Lewis Jones c6a7eb7252 Extract ruby code
So can be scanned by code scanning
2025-08-28 16:11:56 +01:00

9 lines
148 B
Ruby
Executable File

#!/usr/bin/env ruby
# Load the scan_pr library
require_relative 'scan_pr_lib'
# Create and run the scanner
scanner = ScanPr.new
scanner.run(ARGV)