This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Grype.
Summary
Checks whether a newer Grype vulnerability database is available.
Syntax
public static GrypeDbCheckResult GrypeDbCheck(this ICakeContext context)
Examples
if (GrypeDbCheck().UpdateAvailable)
{
GrypeDbUpdate();
}
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
Return Value