[console_scripts]
lucidscan = lucidscan.cli:main

[lucidscan.enrichers]
ai_explainer = lucidscan.plugins.enrichers.ai_explainer:AIExplainerEnricher

[lucidscan.linters]
ruff = lucidscan.plugins.linters.ruff:RuffLinter

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

[lucidscan.scanners]
checkov = lucidscan.plugins.scanners.checkov:CheckovScanner
opengrep = lucidscan.plugins.scanners.opengrep:OpenGrepScanner
trivy = lucidscan.plugins.scanners.trivy:TrivyScanner
