Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseDataSource ¶
type LicenseDataSource string
const ( LICENSE_DATA_SOURCE_SBOM LicenseDataSource = "LICENSE_DATA_SOURCE_SBOM" LICENSE_DATA_SOURCE_DB LicenseDataSource = "LICENSE_DATA_SOURCE_DB" )
type LicenseMatcher ¶
type LicenseMatcher struct {
PostProcessLicenses bool
LicenseDataSource LicenseDataSource
}
func (LicenseMatcher) GetWorkSpaceLicenses ¶
func (lm LicenseMatcher) GetWorkSpaceLicenses(knowledge_db *bun.DB, dependencies map[string]map[string]sbomTypes.Versions, licensePolicy knowledge.LicensePolicy) types.WorkSpaceLicenseInfoInternal
Click to show internal directories.
Click to hide internal directories.