Documentation
¶
Index ¶
- func CreateInspectorClient(cfg aws.Config) *inspector2.Client
- func ListInspectorFindingsByImageID(client *inspector2.Client, results []types.Finding, imageID string) []types.Finding
- func ListInspectorFindingsByRepoImage(client *inspector2.Client, results []types.Finding, repoName string, ...) []types.Finding
- func ListInspectorFindingsEcr(client *inspector2.Client, results []types.Finding, scanType *string, ...) []types.Finding
- func RenderInspectorOutput(ecrRepos []ecr.ECRRepo, results []types.Finding, output *string, ...)
- type VulpineFinding
- type VulpineFindingsCounts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInspectorClient ¶
func CreateInspectorClient(cfg aws.Config) *inspector2.Client
Types ¶
type VulpineFinding ¶
type VulpineFinding struct { Title string Severity types.Severity FixAvailable types.FixAvailable Remediation string PackageManager types.PackageManager RepositoryName string ImageTag string }
Click to show internal directories.
Click to hide internal directories.