deprec

package module
v0.0.0-...-2853fc3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 18 Imported by: 1

README

deprec

Dependency End-Of-Support Detection

Usage is handled via deprec-cli

Go Report Card

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RequireValidSBOM

func RequireValidSBOM(bom *cdx.BOM, fileFormat cdx.BOMFileFormat)

Types

type Client

type Client struct {
	Configuration configuration.Configuration
}

func NewClient

func NewClient(config configuration.Configuration) *Client

func (*Client) Run

func (c *Client) Run(sbom *cyclonedx.BOM, runConfig RunConfig) *Result

type Result

type Result struct {
	Results map[string]agent.Result
}

type RunConfig

type RunConfig struct {
	Mode       RunMode
	NumWorkers int
}

type RunMode

type RunMode string
const (
	Linear   RunMode = "linear"
	Parallel RunMode = "parallel"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL