package
0.2.2
Repository: https://github.com/stacklok/trusty-sdk-go.git
Documentation: pkg.go.dev

# Constants

ECOSYSTEM_GO identifies the Go language Deprecated: moved to pkg/v1/types.
ECOSYSTEM_NPM identifies the NPM ecosystem Deprecated: moved to pkg/v1/types.
ECOSYSTEM_PYPI identifies the Python Package Index Deprecated: moved to pkg/v1/types.
IngestStatusComplete means ingestion is done, data available Deprecated: moved to pkg/v1/types.
IngestStatusFailed ingestion failed permanently Deprecated: moved to pkg/v1/types.
IngestStatusPending means that the ingestion process is waiting to start Deprecated: moved to pkg/v1/types.
IngestStatusScoring means the scoring process is underway Deprecated: moved to pkg/v1/types.

# Variables

ConvertDepsToMap converts a slice of Dependency structs to a map for easier comparison Deprecated: moved to pkg/v1/types.
DiffDependencies compares two sets of dependencies (represented as maps) and finds what's added in newDeps.
Ecosystems enumerates the supported ecosystems Deprecated: moved to pkg/v1/types.

# Type aliases

Activity captures a package's activity score Deprecated: moved to pkg/v1/types.
ActivityDescription captures the fields of the activuty score Deprecated: moved to pkg/v1/types.
Alternative is an alternative package returned from the package intelligence API Deprecated: moved to pkg/v1/types.
AlternativesList is the alternatives block in the trusty API response Deprecated: moved to pkg/v1/types.
Dependency represents a generic dependency structure Deprecated: moved to pkg/v1/types.
Ecosystem is an identifier of a packaging system supported by Trusty Deprecated: moved to pkg/v1/types.
HistoricalProvenance has the historical provenance components from a package Deprecated: moved to pkg/v1/types.
MaliciousData contains the security details when a dependency is malicious Deprecated: moved to pkg/v1/types.
PackageData contains the data about the queried package Deprecated: moved to pkg/v1/types.
Provenance has the package's provenance score and provenance type components Deprecated: moved to pkg/v1/types.
ProvenanceDescription contians the provenance types Deprecated: moved to pkg/v1/types.
Reply is the response from the package report API Deprecated: moved to pkg/v1/types.
ScoreSummary is the summary score returned from the package intelligence API Deprecated: moved to pkg/v1/types.
SigstoreProvenance has the sigstore certificate data when a package was signed using a github actions workflow Deprecated: moved to pkg/v1/types.
Typosquatting score for the package's name Deprecated: moved to pkg/v1/types.
TyposquattingDescription captures the dat details of the typosquatting score Deprecated: moved to pkg/v1/types.