[console_scripts]
lucidscan = lucidscan.cli:main

[lucidscan.reporters]
json = lucidscan.reporters.json_reporter:JSONReporter
summary = lucidscan.reporters.summary_reporter:SummaryReporter
table = lucidscan.reporters.table_reporter:TableReporter

[lucidscan.scanners]
opengrep = lucidscan.scanners.opengrep:OpenGrepScanner
trivy = lucidscan.scanners.trivy:TrivyScanner
