Documentation
¶
Index ¶
- Constants
- Variables
- func NewCheckAction(t string, v string, f string, x []string) *checkAction
- func NewGenerateAction(t string, o string, k []string, K []string) *generateAction
- func UnpackAndMtree(image string, destination string) (map[string]string, error)
- type EventData
- type LuetEvent
- type UnpackEvent
- type YamlMtree
Constants ¶
View Source
const ( GZIP = "application/gzip" ZSTD = "application/zstd" NONE = "none" )
Variables ¶
View Source
var ImageBlacklist = []string{"repository.yaml", "tree.tar", "repository.meta.yaml.tar", "compilertree.tar"}
ImageBlacklist has a list of images that we need to skip as they dont contain mtree checks
Functions ¶
func NewGenerateAction ¶
Types ¶
type LuetEvent ¶
type LuetEvent struct {
// contains filtered or unexported fields
}
type UnpackEvent ¶
Click to show internal directories.
Click to hide internal directories.