Documentation ¶
Index ¶
- Variables
- type Promoter
- func (p *Promoter) CheckManifestLists(opts *options.Options) error
- func (p *Promoter) PromoteImages(opts *options.Options) (err error)
- func (p *Promoter) SecurityScan(opts *options.Options) error
- func (p *Promoter) SetImplementation(pi promoterImplementation)
- func (p *Promoter) Snapshot(opts *options.Options) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedOutputFormats = []string{
"csv",
"yaml",
}
Functions ¶
This section is empty.
Types ¶
type Promoter ¶
func (*Promoter) CheckManifestLists ¶
CheckManifestLists is a mode that just checks manifests and exists.
func (*Promoter) PromoteImages ¶
PromoteImages is the main method for image promotion it runs by taking all its parameters from a set of options.
func (*Promoter) SecurityScan ¶
SecurityScan runs just like an image promotion, but instead of actually copying the new detected images, it will run a vulnerability scan on them
func (*Promoter) SetImplementation ¶ added in v3.4.3
func (p *Promoter) SetImplementation(pi promoterImplementation)
Click to show internal directories.
Click to hide internal directories.