Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPackageQuery ¶
func NewPackageQuery(client graphql.Client, daysSinceLastScan int) certifier.QueryComponents
NewPackageQuery initializes the packageQuery to query from the graph database
Types ¶
type PackageNode ¶ added in v0.1.0
type PackageNode struct { // Purl is the package url of the package Purl string // Algorithm is the hash algorithm used Algorithm string // Digest represents the hash of the package occurrence Digest string }
PackageNode represents package node along with the its corresponding artifact digest
Click to show internal directories.
Click to hide internal directories.