package
Version:
v0.8.10
Opens a new window with list of versions in this module.
Published: Sep 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package verify provides the "verify" command.
NewVerifyCmd creates the command 'verify' used in 'docker lock verify'.
SetupVerifier creates a Verifier configured for docker-lock's cli.
type Flags struct {
LockfileName string
IgnoreMissingDigests bool
UpdateExistingDigests bool
ExcludeTags bool
}
Flags holds all command line options for Dockerfiles, Composefiles,
and Kubernetesfiles.
NewFlags returns Flags for Dockerfiles, Composefiles, and Kubernetesfiles,
after validating their fields.
lockfileName may not contain slashes.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.