Documentation
¶
Index ¶
Constants ¶
View Source
const ( UvLockFileName = "uv.lock" RequirementsTxtFileName = "requirements.txt" PyprojectTomlFileName = "pyproject.toml" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
ExportSBOM(inputDir string) (*scaplugin.Finding, error)
ShouldExportSBOM(inputDir string, logger *zerolog.Logger) bool
}
func NewUvClient ¶
func NewUvClient() Client
func NewUvClientWithExecutor ¶
NewUvClientWithExecutor creates a new uv client with a custom executor for testing.
func NewUvClientWithPath ¶
Click to show internal directories.
Click to hide internal directories.