GrypeAliases.

GrypeScanImage(ICakeContext, string) Method

Summary

Scans a container image for vulnerabilities with Grype, using Grype's default image lookup.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype
Containing Type
GrypeAliases

Syntax

public static void GrypeScanImage(this ICakeContext context, string image)

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.

Return Value

Type Description
void