image

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ImageTagMissing occurs when the container image tag is missing
	ImageTagMissing = "ImageTagMissing"
	// ImageTagIncorrect occurs when the container image tag does not match the user-provided value
	ImageTagIncorrect = "ImageTagIncorrect"
	// ImageCorrect occurs when the container image tag is correct
	ImageCorrect = "ImageCorrect"
)
View Source
const Name = "image"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Image string `yaml:"image"`
}

func (*Config) GetImage

func (config *Config) GetImage() string

type Image

type Image struct {
	// contains filtered or unexported fields
}

Image implements Auditable

func New

func New(config Config) *Image

func (*Image) Audit

func (image *Image) Audit(resource k8stypes.Resource, _ []k8stypes.Resource) ([]*kubeaudit.AuditResult, error)

Audit checks that the container image matches the provided image

Jump to

Keyboard shortcuts

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