image

package
v0.0.0-...-73c46f4 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func VerifyImageInManifest

func VerifyImageInManifest(resource unstructured.Unstructured, profile ishieldconfig.ImageProfile) (bool, error)

verify all images in a container of the specified resource

Types

type ImageVerifyOption

type ImageVerifyOption struct {
	KeyPath string
}

type ImageVerifyResult

type ImageVerifyResult struct {
	Object     unstructured.Unstructured `json:"object"`
	ImageRef   string                    `json:"imageRef"`
	Verified   bool                      `json:"verified"`
	InScope    bool                      `json:"inScope"`
	Signer     string                    `json:"signer"`
	SignedTime *time.Time                `json:"signedTime"`
	FailReason string                    `json:"failReason"`
}

Jump to

Keyboard shortcuts

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