Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + func ConvertFromDeleteBlobsRequest(deleteBlobsRequest *cache.DeleteBlobsRequest) []string + func ConvertFromRPCApplications(rpcApps []*common.Application) []ftypes.Application + func ConvertFromRPCCauseMetadata(rpcCause *common.CauseMetadata) ftypes.CauseMetadata + func ConvertFromRPCCode(rpcCode *common.Code) ftypes.Code + func ConvertFromRPCCustomResources(rpcCustomResources []*common.CustomResource) []ftypes.CustomResource + func ConvertFromRPCDataSource(ds *common.DataSource) *dbTypes.DataSource + func ConvertFromRPCLayer(rpcLayer *common.Layer) ftypes.Layer + func ConvertFromRPCLicenseCategory(rpcCategory common.DetectedLicense_LicenseCategory) ftypes.LicenseCategory + func ConvertFromRPCLicenses(rpcLicenses []*common.DetectedLicense) []types.DetectedLicense + func ConvertFromRPCMisconfResults(rpcResults []*common.MisconfResult) []ftypes.MisconfResult + func ConvertFromRPCMisconfigurations(rpcMisconfs []*common.Misconfiguration) []ftypes.Misconfiguration + func ConvertFromRPCMisconfs(rpcMisconfs []*common.DetectedMisconfiguration) []types.DetectedMisconfiguration + func ConvertFromRPCOS(rpcOS *common.OS) ftypes.OS + func ConvertFromRPCPackageInfos(rpcPkgInfos []*common.PackageInfo) []ftypes.PackageInfo + func ConvertFromRPCPkgs(rpcPkgs []*common.Package) []ftypes.Package + func ConvertFromRPCPolicyMetadata(rpcPolicy *common.PolicyMetadata) ftypes.PolicyMetadata + func ConvertFromRPCPutArtifactRequest(req *cache.PutArtifactRequest) ftypes.ArtifactInfo + func ConvertFromRPCPutBlobRequest(req *cache.PutBlobRequest) ftypes.BlobInfo + func ConvertFromRPCRepository(rpcRepo *common.Repository) *ftypes.Repository + func ConvertFromRPCResults(rpcResults []*scanner.Result) []types.Result + func ConvertFromRPCSecretFindings(rpcFindings []*common.SecretFinding) []ftypes.SecretFinding + func ConvertFromRPCSecrets(recSecrets []*common.Secret) []ftypes.Secret + func ConvertFromRPCVulns(rpcVulns []*common.Vulnerability) []types.DetectedVulnerability + func ConvertToDeleteBlobsRequest(blobIDs []string) *cache.DeleteBlobsRequest + func ConvertToMisconfResults(results []ftypes.MisconfResult) []*common.MisconfResult + func ConvertToMissingBlobsRequest(imageID string, layerIDs []string) *cache.MissingBlobsRequest + func ConvertToRPCArtifactInfo(imageID string, imageInfo ftypes.ArtifactInfo) *cache.PutArtifactRequest + func ConvertToRPCCauseMetadata(cause ftypes.CauseMetadata) *common.CauseMetadata + func ConvertToRPCCode(code ftypes.Code) *common.Code + func ConvertToRPCCustomResources(resources []ftypes.CustomResource) []*common.CustomResource + func ConvertToRPCDataSource(ds *dbTypes.DataSource) *common.DataSource + func ConvertToRPCLayer(layer ftypes.Layer) *common.Layer + func ConvertToRPCLicenseCategory(category ftypes.LicenseCategory) common.DetectedLicense_LicenseCategory + func ConvertToRPCLicenses(licenses []types.DetectedLicense) []*common.DetectedLicense + func ConvertToRPCMisconfs(misconfs []types.DetectedMisconfiguration) []*common.DetectedMisconfiguration + func ConvertToRPCOS(fos ftypes.OS) *common.OS + func ConvertToRPCPkgs(pkgs []ftypes.Package) []*common.Package + func ConvertToRPCPolicyMetadata(policy ftypes.PolicyMetadata) *common.PolicyMetadata + func ConvertToRPCPutBlobRequest(diffID string, blobInfo ftypes.BlobInfo) *cache.PutBlobRequest + func ConvertToRPCRepository(repo *ftypes.Repository) *common.Repository + func ConvertToRPCScanResponse(results types.Results, fos ftypes.OS) *scanner.ScanResponse + func ConvertToRPCSecretFindings(findings []ftypes.SecretFinding) []*common.SecretFinding + func ConvertToRPCSecrets(secrets []ftypes.Secret) []*common.Secret + func ConvertToRPCVulns(vulns []types.DetectedVulnerability) []*common.Vulnerability + func Retry(f func() error) error