GrypeAliases.

GrypeDbUpdate(ICakeContext, GrypeDbUpdateSettings) Method

Summary

Downloads and installs the latest Grype vulnerability database using the specified settings.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype
Containing Type
GrypeAliases

Syntax

public static void GrypeDbUpdate(this ICakeContext context, GrypeDbUpdateSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings GrypeDbUpdateSettings The settings.

Return Value

Type Description
void