Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type HubScanClient ¶
type HubScanClient struct {
// contains filtered or unexported fields
}
HubScanClient implements ScanClientInterface using the Black Duck hub and scan client programs.
func NewHubScanClient ¶
func NewHubScanClient(host string, username string, password string, scanClientInfo *scanClientInfo, imagePuller ImagePullerInterface) (*HubScanClient, error)
NewHubScanClient requires hub login credentials
func (*HubScanClient) Scan ¶
func (hsc *HubScanClient) Scan(job ScanJob) error
type ImageFacadePuller ¶
type ImageFacadePuller struct {
ImageFacadeBaseURL string
ImageFacadePort int
// contains filtered or unexported fields
}
func NewImageFacadePuller ¶
func NewImageFacadePuller(imageFacadeBaseURL string, imageFacadePort int) *ImageFacadePuller
type ImagePullerInterface ¶
type ScanClientInterface ¶
Click to show internal directories.
Click to hide internal directories.