Documentation
¶
Overview ¶
Package cli provides the command-line interface implementation for crypto-finder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedFindingsCacheBackends = []string{findingsCacheBackendDisk, findingsCacheBackendPostgres}
AllowedFindingsCacheBackends lists the FindingsCache backends supported by the tool.
View Source
var AllowedScanners = []string{opengrep.ScannerName, semgrep.ScannerName}
AllowedScanners lists the scanners supported by the tool. TODO: We'll support more scanners in the future (e.g., cbom-toolkit).
View Source
var SupportedFormats = []string{formatJSON, "cyclonedx"}
SupportedFormats lists the output formats supported by the tool.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.