Documentation
¶
Index ¶
- func GetRootCmd() *cobra.Command
- func NewDaemonCommand() *cobra.Command
- func NewLicensesCommand() *cobra.Command
- func NewMigrateCommand() *cobra.Command
- func NewSBOMCommand() *cobra.Command
- func NewTrustScoreCommand() *cobra.Command
- func NewVulndbCommand() *cobra.Command
- type CrowdResult
- type PackageMapping
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootCmd ¶ added in v1.0.0
func NewDaemonCommand ¶ added in v0.17.0
func NewLicensesCommand ¶ added in v0.17.0
func NewMigrateCommand ¶ added in v1.0.0
func NewSBOMCommand ¶ added in v1.0.0
func NewTrustScoreCommand ¶ added in v1.2.0
func NewVulndbCommand ¶
Types ¶
type CrowdResult ¶ added in v1.2.0
func CalculateConfidenceScoreForPath ¶ added in v1.2.0
func CalculateConfidenceScoreForPath(ctx context.Context, rules []models.VEXRule, markedAsAffected []models.VEXRule, trustedEntities []models.TrustedEntity) ([]CrowdResult, error)
Click to show internal directories.
Click to hide internal directories.