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 using the specified settings.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype - Containing Type
- GrypeAliases
Syntax
public static GrypeVersion GrypeVersion(this ICakeContext context, GrypeVersionSettings settings)
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| settings | GrypeVersionSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| GrypeVersion | The version information. |
