Documentation
¶
Overview ¶
Package scalibrplugin provides functions related to resolving scalibr plugins
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtractorPresets = map[string]extractors.InitMap{ "sbom": extractors.SBOM, "lockfile": concat( without(extractors.SourceCode, []string{ pomxml.Name, pomxmlnet.Name, requirements.Name, requirementsnet.Name, secrets.Name, cargotoml.Name, }), extractors.InitMap{ pomxmlenhanceable.Name: {pomxmlenhanceable.New}, requirementsenhancable.Name: {requirementsenhancable.New}, }, ), "directory": { gitrepo.Name: {gitrepo.New}, vendored.Name: {vendored.New}, }, "artifact": concat( without(extractors.Artifact, []string{secrets.Name, packagejson.Name}), extractors.InitMap{ nodemodules.Name: {nodemodules.New}, }, ), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.