Documentation
¶
Index ¶
- Variables
- func GetTargetPath(mountPath string) (string, error)
- func ScanBinary(ctx context.Context, topDir, innerPath string, ...) *types.ScanResult
- func ValidateOS(cfg *types.Config, mountPath string) (info types.OSInfo)
- func ValidateOpenssl(ctx context.Context, mountPath string) types.OpensslInfo
- type Baton
- type ValidationFn
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // correlates to java 1.8 JavaClassLessThan52 = newSemverConstraint("< 52") // correlates to java 1.11 JavaClassLessThan55 = newSemverConstraint("< 55") )
Functions ¶
func GetTargetPath ¶
in case the file is symlinked, we need to check to ensure there is not a target path
func ScanBinary ¶
func ScanBinary(ctx context.Context, topDir, innerPath string, rpmIgnores map[string]types.IgnoreLists, errIgnores ...types.ErrIgnoreList) *types.ScanResult
func ValidateOpenssl ¶
func ValidateOpenssl(ctx context.Context, mountPath string) types.OpensslInfo
Types ¶
type ValidationFn ¶
Click to show internal directories.
Click to hide internal directories.