Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2026 Changes in this version + func CanWriteToDir(dir string) error + func CheckYAMLSourcePath(source string) error + func ConfigureLogs(cmd *cobra.Command) error + func ExtractAllFiles(outDirPath string) archives.FileHandler + func ExtractBytes(b *[]byte, expectedFilepath string) archives.FileHandler + func ExtractFile(expectedFilepath, outDirPath string) archives.FileHandler + func ExtractJSON(j any, expectedFilepath string) archives.FileHandler + func GetPackageVerificationStrategy(skipSignatureValidation bool) layout.VerificationStrategy + func GetPkgPath(pkg types.Package, arch string, manifestPath string) (string, error) + func GetPkgSource(pkg types.Package, arch string, srcDir string) (string, error) + func HandleSBOM(extractSBOM bool, SBOMArtifactPathMap map[string]string, ...) ([]string, error) + func IncludeComponent(componentToCheck string, filteredComponents []v1alpha1.ZarfComponent) bool + func IsRegistryURL(s string) bool + func IsRemotePkg(pkg types.Package) bool + func IsValidTarballPath(path string) bool + func JSONValue(value any) (string, error) + func LoadPackage(ctx context.Context, source string, opts packager.LoadOptions) (_ *layout.PackageLayout, err error) + func LoadPackageFromDir(ctx context.Context, dirPath string, opts layout.PackageLayoutOptions) (*layout.PackageLayout, error) + func NormalizeDir(path string) (string, error) + func ReadYAMLStrict(path string, destConfig any) error + func SBOMExtractor(dst string, SBOMArtifactPathMap map[string]string) archives.FileHandler + func ToLocalFile(t any, filePath string) error