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
Gets Grype's version information.
Syntax
public static GrypeVersion GrypeVersion(this ICakeContext context)
Examples
var version = GrypeVersion();
Information("Grype {0} (DB schema {1})", version.Version, version.SupportedDbSchema);
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
Return Value