GrypeAliases.

GrypeScanRegistry(ICakeContext, string, GrypeScanSettings) Method

Summary

Scans a container image pulled directly from a registry with Grype using the specified settings.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype
Containing Type
GrypeAliases

Syntax

public static void GrypeScanRegistry(this ICakeContext context, string image, GrypeScanSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
image string The image reference, for example myorg/api:1.2.3.
settings GrypeScanSettings The settings.

Return Value

Type Description
void