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 database update is available. An available update is reported through
Cake.Grype.Db.GrypeDbCheckResult.UpdateAvailable, not an exception.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Db - Containing Type
- GrypeDbChecker
Syntax
public GrypeDbCheckResult Check(GrypeDbCheckSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | GrypeDbCheckSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| GrypeDbCheckResult | The result. |
