Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileProcessors = map[string]FileProcessor{ "hash": processors.NewHasher(), }
FileProcessors is the list of available file processors
Functions ¶
This section is empty.
Types ¶
type Decomposer ¶
type Decomposer struct { Options options.Options Processors []FileProcessor }
Decomposer is a filesystem indexer
func (*Decomposer) Extract ¶
func (d *Decomposer) Extract(*api.DecomposerOptions) (*sbom.NodeList, error)
Extract reads and hashes the files from the filesystem
Click to show internal directories.
Click to hide internal directories.