remediation

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContainerInfo

type ContainerInfo struct {
	Container                  Image
	LatestVersion              string
	Fetched                    bool
	VulnerabilitiesNotAccepted int
}

ContainerInfo contains pod information about the container, its version info, and security

func GetLatestVersionsForImages

func GetLatestVersionsForImages(containers []Image, registries registries.ImageRegistries) []ContainerInfo

GetLatestVersionsForImages contains gets the latest version of images

type Image

type Image struct {
	FullPath string
	URL      string
	Name     string
	Version  string
}

Image holds the Docker image information of the container running in the cluster

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL