Documentation ¶
Index ¶
- Constants
- func DiscoverAddonArtifacts(buildStage *common.BuildStage, dopts common.DiscoverOpts, ...) ([]common.InstallTrace, map[string]string, common.Image)
- func GeneratePartialDockerData(buildArgs map[string]string, cmds []*parser.Node) string
- func GenerateSpdxReport(dockerfilename, image, namespace string, installs []common.VerifiedArtifact, ...) (string, error)
- func StoreCdxJSON(outfp string, image common.Image, namespace string, ...) error
- func VerifyAddOnInstalls(buildContextDir, imagename string, buildStage *common.BuildStage) ([]common.VerifiedArtifact, common.Image, error)
Constants ¶
View Source
const ( NOASSERTION = "NOASSERTION" NOSHA = "checksum calculation failed. a manual review of install traces is recommended." )
Variables ¶
This section is empty.
Functions ¶
func DiscoverAddonArtifacts ¶
func DiscoverAddonArtifacts(buildStage *common.BuildStage, dopts common.DiscoverOpts, buildArgs map[string]string) ([]common.InstallTrace, map[string]string, common.Image)
DiscoverAddonArtifacts returns a list of artifaces installed by RUN curl/wget commands
func GenerateSpdxReport ¶
func StoreCdxJSON ¶
func StoreCdxJSON(outfp string, image common.Image, namespace string, installs []common.VerifiedArtifact) error
StoreCdxJSON :
func VerifyAddOnInstalls ¶
func VerifyAddOnInstalls(buildContextDir, imagename string, buildStage *common.BuildStage) ([]common.VerifiedArtifact, common.Image, error)
VerifyAddOnInstalls :
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.