Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CraneEngine ¶
type CraneEngine struct {
Config certification.Config
// Image is what is being tested, and should contain the
// fully addressable path (including registry, namespaces, etc)
// to the image
Image string
// Checks is an array of all checks to be executed against
// the image provided.
Checks []certification.Check
// IsBundle is an indicator that the asset is a bundle.
IsBundle bool
// IsScratch is an indicator that the asset is a scratch image
IsScratch bool
// contains filtered or unexported fields
}
CraneEngine implements a certification.CheckEngine, and leverage crane to interact with the container registry and target image.
func (*CraneEngine) ExecuteChecks ¶
func (c *CraneEngine) ExecuteChecks(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.