package
0.13.25
Repository: https://github.com/ibm/portieris.git
Documentation: pkg.go.dev

# Functions

NewIBMVulnerabilityAdvisorScanner returns a new client for IBM's Vulnerability Advisor.
NewScannerFactory returns a new DefaultScannerFactory.

# Variables

ErrorUnauthorised is a typed error for unauthorised requests.

# Structs

DefaultScannerFactory is the defaul implementation of ScannerFactory.
ICCRVAScanner is a client wrapper for interacting with Vulnerability Advisor for IBM Cloud Container Registry API.
ICCRVASummary represents the summary datatype returned by the VA API.
ScanResponse is a struct for vulnerability scanners to return.

# Interfaces

HTTPClient makes testing ICCRVAScanner simpler.
Scanner is an interface for vulnerability scanner implementations.
ScannerFactory is the interface for a ScannerFactory, supports testing.